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

@@ -54,6 +54,15 @@ npm run dev:server
The default server URL is `http://localhost:8787`.
## Build The Obsidian Plugin
The plugin build now emits a bundled `main.js` directly in `apps/obsidian-plugin`, beside `manifest.json`, which is the layout Obsidian expects for local plugins.
After running `npm run build`, use these files from `apps/obsidian-plugin` in your vault plugin folder:
- `manifest.json`
- `main.js`
## First-Time Setup
1. Start the sync server.