1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00

Just added "yet".

(I will improve this feature)
This commit is contained in:
vorotamoroz 2021-11-26 00:56:52 +09:00
parent 50916aef0b
commit 57f91eb407

View File

@ -3325,7 +3325,7 @@ class ObsidianLiveSyncSettingTab extends PluginSettingTab {
// refered: https://github.com/TfTHacker/obsidian42-brat/blob/main/src/features/BetaPlugins.ts
containerEl.createEl("h3", { text: "Plugins and settings (bleeding edge)" });
containerEl.createEl("div", {
text: "This feature is not compatible with IBM Cloudant and some large plugins (e.g., Self-hosted LiveSync)",
text: "This feature is not compatible with IBM Cloudant and some large plugins (e.g., Self-hosted LiveSync) yet.",
}).addClass("op-warn");
// new Setting(containerEl)