Local Development
June 1, 2026 ยท View on GitHub
Guide for developers wishing to modify or test the plugin locally.
Setup
-
Clone the Repository:
git clone https://github.com/giba0/memos-sync.git cd memos-sync -
Install Dependencies:
npm install -
Build the Project:
npm run buildThis will compile the TypeScript source files into the
dist/directory.
Testing in Super Productivity
- Open Super Productivity.
- Go to Settings > Plugins.
- Enable Developer Mode (if available) or use the Load from Folder option.
- Select the root folder of this repository (where
manifest.jsonis located).
Continuous Development
To automatically rebuild on file changes, run:
npm run dev
Running Tests
(If tests are implemented)
npm test