Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Wedding Computer Sync

Wedding ComputerWedding Computer4 downloads

Two-way sync of your Wedding Computer contacts, weddings, and checklists into your vault.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

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.

Install

The plugin is in the official Obsidian community directory:

  1. In Obsidian: Settings → Community plugins → Browse.
  2. Search for Wedding Computer Sync, install, and enable it.

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.

Setup

  1. In Wedding Computer: Settings → Device sync → Generate sync token (requires Pro).
  2. In the plugin settings: paste the token, press Test — you should see your business name — then Sync.

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.

How sync works

  • The server is the source of truth; etags detect changes on both sides.
  • Local edits push a couple of seconds after you stop typing; a full reconcile also runs on an interval (default: every minute).
  • If both sides changed the same file, your local version is kept next to the file as <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.
  • Renaming or deleting files locally does not rename/delete in Wedding Computer — manage those in the app. (Deleted local files re-download.)
  • New files need valid frontmatter (contacts/weddings require an id), so create new records in the app for now and edit them anywhere.

Development

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.

License

AGPL-3.0

100%
HealthExcellent
ReviewPassed
About
Sync your Obsidian vault with wedding.computer as plain Markdown files, including contacts, weddings, checklists, and read-only logs. Push and pull changes in seconds with two-way reconciliation; preserve conflicted local edits as <name>.conflict.md while the server remains the source of truth.
SyncingIntegrations
Details
Current version
0.1.4
Last updated
23 hours ago
Created
Yesterday
Updates
5 releases
Downloads
4
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
AGPL-3.0
Report bugRequest featureReport plugin
Author
Wedding ComputerWedding Computerjoshwithers
GitHubjoshwithers
  1. Community
  2. Plugins
  3. Syncing
  4. Wedding Computer Sync

Related plugins

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

WebDAV Sync

General-purpose & bidirectional WebDAV syncing for your vault. Designed for stability and robust file handling without vendor lock-in.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Nutstore Sync

Sync your vault with Nutstore (Jianguoyun) using WebDAV protocol.

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Syncthing Integration

Syncthing integration.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.