mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2024-12-12 09:04:06 +02:00
Just added "yet".
(I will improve this feature)
This commit is contained in:
parent
50916aef0b
commit
57f91eb407
2
main.ts
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user