mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-15 18:55:57 +00:00
add warning message.
This commit is contained in:
3
main.ts
3
main.ts
@@ -3324,6 +3324,9 @@ class ObsidianLiveSyncSettingTab extends PluginSettingTab {
|
|||||||
// With great respect, thank you TfTHacker!
|
// With great respect, thank you TfTHacker!
|
||||||
// refered: https://github.com/TfTHacker/obsidian42-brat/blob/main/src/features/BetaPlugins.ts
|
// refered: https://github.com/TfTHacker/obsidian42-brat/blob/main/src/features/BetaPlugins.ts
|
||||||
containerEl.createEl("h3", { text: "Plugins and settings (bleeding edge)" });
|
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)
|
// new Setting(containerEl)
|
||||||
// .setName("Use Plugins and settings")
|
// .setName("Use Plugins and settings")
|
||||||
|
|||||||
Reference in New Issue
Block a user