Fixed and implemented

- Readme tidied.
- More faster e2ee.
- URI and databasename check improved.
This commit is contained in:
vorotamoroz
2022-06-23 18:26:43 +09:00
parent 3e76292aa7
commit 124a49b80f
8 changed files with 37 additions and 47 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { path2id, id2path } from "./utils";
import { NewNotice, runWithLock } from "./lib/src/utils";
import { Logger } from "./lib/src/logger";
import { checkSyncInfo, connectRemoteCouchDBWithSetting } from "./utils_couchdb";
import { testCrypt } from "./lib/src/e2ee";
import { testCrypt } from "./lib/src/e2ee_v2";
import ObsidianLiveSyncPlugin from "./main";
export class ObsidianLiveSyncSettingTab extends PluginSettingTab {