A collaborative, Obsidian-style markdown editor that runs as a
webxdc app — a single .xdc file you send into a chat,
where everyone in the group can edit the same document together, offline-first.
Built on CodeMirror 6 with a custom live-preview layer (raw markdown that
renders formatting inline as you type), Yjs CRDT collaboration via
y-webxdc, and a touch-friendly editing
toolbar. See CREDITS.md for inspiration and attribution and
PLAN.md for the design and roadmap.
Status: early development. See
PLAN.mdfor the phased plan.
npm installRuns the Vite dev server and the webxdc-dev
simulator (which provides webxdc.js and lets you open multiple simulated peers):
npm startnpm test # typecheck + eslint
npm run fix # auto-fix lintProduces dist-release/md-docs.xdc:
npm run buildSend the .xdc into a chat in any webxdc-capable messenger (e.g. Delta Chat).
To bundle the Eruda on-device console:
ERUDA=1 npm run buildPush a vX.Y.Z tag; the GitHub Action in .github/workflows/release.yml
builds the .xdc and attaches it to a GitHub Release:
git tag v0.1.0
git push origin v0.1.0Every push and pull request also runs CI (.github/workflows/ci.yml):
typecheck, lint and build.
