Fixing issues and tidy up the setting dialog.

Fixed timing problem of synchronization note and contents.
Tidy up the setting dialog.
Add Escape hatch
This commit is contained in:
vorotamoroz
2021-10-19 17:53:54 +09:00
parent 20bdf057fe
commit 39e2eab023
3 changed files with 200 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "obsidian-livesync",
"version": "0.1.1",
"description": "obsidian Live synchronization plugin.",
"version": "0.1.3",
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",