support json syncplans only

This commit is contained in:
fyears
2024-01-13 12:03:21 +08:00
parent 7422956621
commit 347c051d0c
6 changed files with 13 additions and 39 deletions
+1 -2
View File
@@ -789,8 +789,7 @@ export default class RemotelySavePlugin extends Plugin {
await exportVaultSyncPlansToFiles(
this.db,
this.app.vault,
this.vaultRandomID,
"json"
this.vaultRandomID
);
new Notice(t("settings_syncplans_notice"));
},