Added in a button for syncing

This commit is contained in:
2026-04-08 13:15:47 +01:00
parent 470a1c15b8
commit af07ca1174
8 changed files with 6202 additions and 111 deletions

View File

@@ -17,6 +17,8 @@ npm install
npm run build
```
For the Obsidian client plugin, this build produces a bundled `apps/obsidian-plugin/main.js` beside `apps/obsidian-plugin/manifest.json`. Obsidian local plugins must load from that root-level `main.js`; `dist/main.js` is not used by Obsidian.
## Run The Sync Server
```bash