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:
parent
8126bb6c02
commit
50916aef0b
3
main.ts
3
main.ts
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user