Wedding Computer4 downloadsTwo-way sync of your Wedding Computer contacts, weddings, and checklists into your vault.
Two-way sync between an Obsidian vault and wedding.computer: your contacts, weddings, and checklists as plain markdown files, editable on desktop and mobile. No git required.
Wedding Computer/
├── contacts/
│ └── sarah-james.md
└── weddings/
└── 2026-06-07-sarah-james/
├── wedding.md ← details (frontmatter) + notes (body)
├── todo.md ← checklist, tick boxes anywhere
└── log.md ← change log (read-only)
Edits you make in Obsidian appear in Wedding Computer seconds later, and changes from the app (or your couples) flow back into your vault.
The plugin is in the official Obsidian community directory:
Or manually: download main.js and manifest.json from the
latest release
into <your vault>/.obsidian/plugins/wedding-computer-sync/, then reload
Obsidian and enable the plugin.
The token is kept in device-local storage, never in the vault, so it can't leak through vault syncing (git, Obsidian Sync, iCloud). Enter it once per device.
<name>.conflict.md and the server version wins. Merge by
hand, then delete the conflict copy.log.md is generated by the app and is read-only.id),
so create new records in the app for now and edit them anywhere.npm install
npm run dev # watch build
npm run build # production build → main.js
Releases: tag the repo with the version number (e.g. 0.1.1, matching
manifest.json) and the GitHub Action builds and attaches the release
assets.
Wedding Computer itself is open source (AGPL-3.0): github.com/joshwithers/wedding-computer.