From 57f91eb407b950252483c85570bca38059fc19d1 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 26 Nov 2021 00:56:52 +0900 Subject: [PATCH] Just added "yet". (I will improve this feature) --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 88c1c8d..ab76aa2 100644 --- a/main.ts +++ b/main.ts @@ -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)