1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2025-01-29 18:53:43 +02:00

add warning message.

This commit is contained in:
vorotamoroz 2021-11-26 00:51:50 +09:00
parent 8126bb6c02
commit 50916aef0b

View File

@ -3324,6 +3324,9 @@ class ObsidianLiveSyncSettingTab extends PluginSettingTab {
// With great respect, thank you TfTHacker!
// 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)",
}).addClass("op-warn");
// new Setting(containerEl)
// .setName("Use Plugins and settings")