Inkdown
Inkdown is a markdown editor and sharing platform with live preview, folder organization, GitHub Flavored Markdown support, private-by-default documents, and one-click sharing.
Inkdown was built as a focused writing product for creating, organizing, and sharing markdown documents. It combines a clean editor, live preview, folder-based organization, and one-click sharing so writing and publishing happen in the same place.
Inkdown was built as a focused writing product for creating, organizing, and sharing markdown documents. It combines a clean editor, live preview, folder-based organization, and one-click sharing so writing and publishing happen in the same place.
The live product presents the core workflow clearly: write in markdown, preview as you type, organize documents into folders, keep them private by default, and share them through public links when needed. It also supports GitHub Flavored Markdown features such as tables, task lists, and code blocks.
How It Was Built
The main technical choices behind the product, from system design to the parts that make it work day to day.
- Built the product around the main writing flow: markdown editing, live preview, folder organization, and shareable publishing.
- Added nested folders and document management so the product works as a real writing workspace instead of a single-page editor.
- Built the product around the main writing flow: markdown editing, live preview, folder organization, and shareable publishing.
- Added nested folders and document management so the product works as a real writing workspace instead of a single-page editor.
- Implemented private-by-default documents with public sharing when needed, which keeps personal writing and published output in the same system.
- Included GitHub Flavored Markdown support and editor tooling so common writing tasks like code blocks, tables, and task lists work naturally.