mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-26 08:03:57 +00:00
Fixed and implemented
- Readme tidied. - More faster e2ee. - URI and databasename check improved.
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ import { DocumentHistoryModal } from "./DocumentHistoryModal";
|
||||
//@ts-ignore
|
||||
import PluginPane from "./PluginPane.svelte";
|
||||
import { id2path, path2id } from "./utils";
|
||||
import { decrypt, encrypt } from "./lib/src/e2ee";
|
||||
import { decrypt, encrypt } from "./lib/src/e2ee_v2";
|
||||
|
||||
const isDebug = false;
|
||||
setNoticeClass(Notice);
|
||||
class PluginDialogModal extends Modal {
|
||||
|
||||
Reference in New Issue
Block a user