Releases: levi-putna/markdoc
Releases · levi-putna/markdoc
Release list
0.2.1
0.2.0
What's new
- Image workflow — insert images from your computer or via URL; local images are copied into a co-located
.assetsfolder with portable relative paths - Find & Replace — search and replace across the document
- Per-document style overrides — customise typography and spacing per file
- Session restore — reopen documents and window layout on launch
- Split view sync scroll — preview follows editor scroll position
- Outline improvements — drag headings to reorder sections; depth-aware navigation
- GFM extensions — footnotes and definition lists
- Syntax reveal — toggle between rendered and raw syntax for code blocks
- Document stats — word count, character count, and reading time
- File operations — duplicate, rename, move, and revert to saved version
- Export dialog — PDF, HTML, and DOCX export with style support
- Mermaid diagrams — render diagrams in preview and export
- Diagnostics — copy diagnostics and open logs from Help menu
Fixes & improvements
- Quick Look extension signing documented for release builds
- Renderer bundle fix for image path utilities (blank window in dev)
- Improved search highlighting and drag-to-open files
MarkDoc 0.1.1
First public release of MarkDoc — a native macOS Markdown editor built with Electron, React, and Tiptap.
Highlights
- Typora-style WYSIWYG Markdown editing, with raw Markdown source and rendered preview views
- Outline navigation and full-text search across documents
- Export to PDF, DOCX, and HTML
- Finder Quick Look preview for
.md/.markdown/.mdown/.mkdfiles (press Space in Finder) - Automatic background updates via GitHub Releases, with in-app "Check for Updates…"
markdocCLI helper for opening files from the terminal- Editor polish: reliable outline scroll-to-heading, fullscreen code block editing, improved keyboard handling