Added in a button for syncing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user