Skip to content

Releases: levi-putna/markdoc

0.2.1

Choose a tag to compare

@levi-putna levi-putna released this 12 Jul 14:07

Fix

  • Fix preferences window opening the document editor instead of settings

0.2.0

Choose a tag to compare

@levi-putna levi-putna released this 12 Jul 13:31

What's new

  • Image workflow — insert images from your computer or via URL; local images are copied into a co-located .assets folder 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

Choose a tag to compare

@levi-putna levi-putna released this 12 Jul 07:20

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/.mkd files (press Space in Finder)
  • Automatic background updates via GitHub Releases, with in-app "Check for Updates…"
  • markdoc CLI helper for opening files from the terminal
  • Editor polish: reliable outline scroll-to-heading, fullscreen code block editing, improved keyboard handling