mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-03-03 15:32:25 +02:00
Fixed: - note splitting bug - missing some logging - leaking important things to log. #11 New feature: - No not delete empty folder Tidy Up: - Setting dialog. - URI and Database are splited. - Controlled options that should not be selected at the same time - Drop history improved
11 lines
463 B
JSON
11 lines
463 B
JSON
{
|
|
"id": "obsidian-livesync",
|
|
"name": "Self-hosted LiveSync",
|
|
"version": "0.1.16",
|
|
"minAppVersion": "0.9.12",
|
|
"description": "Community implementation of self-hosted livesync. 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
|
|
}
|