Improved:

- Tidied up the Setting dialog.
- Implemented Automatic plugin saving.
- implemented notifying the new plugin or its settings.

Fixed:

- Reduced reconnection when editing configuration.
- Fixed the problem about syncing the stylesheet of the plugin.
This commit is contained in:
vorotamoroz
2021-12-14 19:14:17 +09:00
parent 92fd814c89
commit 40ed2bbdcf
5 changed files with 531 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "obsidian-livesync",
"version": "0.1.24",
"version": "0.1.25",
"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": {