From 50916aef0b51befcbf4a9c8ec72ab73fa168a5e0 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 26 Nov 2021 00:51:50 +0900 Subject: [PATCH] add warning message. --- main.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.ts b/main.ts index 87b18e8..88c1c8d 100644 --- a/main.ts +++ b/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")