Ben Verbeken832 downloadsAnnotate PDFs with your Apple Pencil. Strokes save to a JSON sidecar; the PDF is never modified.
Handwrite annotations on PDFs in Obsidian with your Apple Pencil. Strokes are stored in a tiny JSON sidecar (<file>.jot.json) next to the original file — the original PDF is never modified — so annotations sync via Git or iCloud alongside the rest of your vault.
I built this to annotate musical scores during rehearsal with our vocal band: things like breath marks, "watch out for thise note", etc.
Status: early, working. PDFs only for now.
To try unreleased changes, install BRAT and add https://github.com/bverbeken/jot as a beta plugin.
Set your handedness and customize the seven palette colors under Settings → Jot.
npm install
npm run dev # watch build into dev-vault/.obsidian/plugins/jot/
npm run build # production build at the repo root (for release uploads)
npm test # vitest
Open dev-vault/ as a vault in Obsidian to test. The dev vault is gitignored and is not your real notes vault.
npm version patch then git push origin <tag> — the release workflow uploads main.js, manifest.json, styles.css).