mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-02 11:29:16 +00:00
- Now, even without WeakRef, Polyfill is used and the whole thing works without error. However, if you can switch WebView Engine, it is recommended to switch to a WebView Engine that supports WeakRef. And bumped.
11 lines
464 B
JSON
11 lines
464 B
JSON
{
|
|
"id": "obsidian-livesync",
|
|
"name": "Self-hosted LiveSync",
|
|
"version": "0.24.15",
|
|
"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
|
|
}
|