mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2024-12-12 09:04:06 +02:00
ccbf1b2ffe
- Add Utility functions. - Database reset opeartion and corrupt preventions. - Fixing file deleting. - Tidy up setting dialog. - Add notice about the file that having platform dependant name. - Add webclip on readme
11 lines
410 B
JSON
11 lines
410 B
JSON
{
|
|
"id": "obsidian-livesync",
|
|
"name": "Obsidian Live sync",
|
|
"version": "0.1.7",
|
|
"minAppVersion": "0.9.12",
|
|
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
|
"author": "vorotamoroz",
|
|
"authorUrl": "https://github.com/vrtmrz",
|
|
"isDesktopOnly": false
|
|
}
|