Productivity
MikroDocs
Local-first
A focused Markdown writing app that keeps documents in the browser.
- Use
- Local-first
- Storage
- IndexedDB documents with browser file import and export.
- Runtime
- Static browser app.
Writing without the workspace.
MikroDocs combines a fast editor, document library, outline, backlinks, local snapshots, and Markdown or DOCX file exchange without sending drafts to a hosted service.
Use it for drafts, notes, local knowledge bases, and documents that should remain easy to move in and out of Markdown.
What ships
Focused Markdown editor with rendered overlay
Document library, search, duplicate, delete, import, and backup flows
Outline, backlinks, command palette, and find and replace
Markdown and DOCX import/export
Install
Run it
curl -sSL -o mikrodocs.zip https://releases.mikrosuite.com/mikrodocs_latest.zip
unzip mikrodocs.zip -d mikrodocs
cd mikrodocs/*
npx http-server . -a 127.0.0.1 -p 8000 -c-1