Skip to content

Releases: alecdotdev/Markpad

Markpad v2.6.11

Choose a tag to compare

@github-actions github-actions released this 03 Jun 04:35
25dc1d7

What's Changed

Full Changelog: v2.6.10...v2.6.11

Markpad v2.6.10

Choose a tag to compare

@github-actions github-actions released this 14 May 19:52
f086c9f

What's Changed

  • Keep scroll and cursor position when coming back to a tab by @dayeggpi in #150

Full Changelog: v2.6.9...v2.6.10

Markpad v2.6.9

Choose a tag to compare

@github-actions github-actions released this 08 May 21:52

What's Changed

New Contributors

Full Changelog: v2.6.8...v2.6.9

Markpad v2.6.8

Choose a tag to compare

@github-actions github-actions released this 07 May 17:40

Summary

No functional changes. Users on version 2.6.7 will receive future 2.6.8+ updates directly through the Check for updates action.

See v2.6.7 release notes for full list of changes

Full Changelog: v2.6.7...v2.6.8

Markpad v2.6.7

Choose a tag to compare

@github-actions github-actions released this 07 May 07:31

What's New

  • Toggleable auto-save
  • Check for Updates menu item
  • Auto-update now live on all platforms (2.6.7+)!

Fixed

  • Paste in editor find widget
  • Relative markdown link navigation improved
  • Snap package credential error fixed

Thanks @wargoblin for the contributions

What's Changed

Full Changelog: v2.6.5...v2.6.7

Markpad v2.6.5

Choose a tag to compare

@github-actions github-actions released this 01 May 03:35

Summary

Small update with several new contributors! Thank you all!
More fixes on the way.

Important

Snap package will be delayed as Snapcraft is down

What's Changed

  • Chocolatey pkg update fixed
  • fixed zooming for SVG and Mermaid diagrams
  • fix(i18n): Mainly for zh-CN and zh-TW, making supplements and corrections by @pansy1110 in #91
  • edit-file (ctrl+e) on txt file by @dayeggpi in #105
  • fix(editor): fix image directory path handling and enhance security by @maxrks in #112
  • Fix macOS markdown file associations by @wargoblin in #113
  • [codex] Close window after final tab closes by @wargoblin in #114
  • Fix markdown preview wrapping and Windows open-with registration by @KarlDavidRosen in #120

New Contributors

Full Changelog: v2.6.4...v2.6.5

Markpad v2.6.4

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:48
79594de

What's Changed

  • Added i18n with 26 new supported languages. (thanks @maxrks!) Full list below
  • Improved handling of loading large files and quicker load times overall
  • Fixed unresponsive titlebar on hangs #83

Supported Languages

  • English
  • Japanese
  • Chinese (Simplified)
  • Chinese (Traditional)
  • Korean
  • Russian
  • Spanish
  • French
  • German
  • Portuguese (Brazil)
  • Italian (it)
  • Polish (pl)
  • Dutch (nl)
  • Swedish (sv)
  • Portuguese (European) (pt)
  • Romanian (ro)
  • Hungarian (hu)
  • Czech (cs)
  • Slovak (sk)
  • Greek (el)
  • Finnish (fi)
  • Danish (da)
  • Norwegian (no)
  • Vietnamese (vi)
  • Indonesian (id)
  • Turkish (tr)

Changes

  • feat(i18n): add multi-language support and implement app internationalization by @maxrks in #87
  • feat: set pasting image default folder & resolve macOS screenshot scale & setting shortcut by @maxrks in #86
  • feat(settings): add multi-language support and optimize settings UI by @maxrks in #88
  • feat: large file handling improvements by @alecdotdev in #89

New Contributors

Full Changelog: v2.6.3...v2.6.4

Markpad v2.6.3

Choose a tag to compare

@github-actions github-actions released this 28 Mar 06:24
bf0d7bd

What's Changed

  • Table of Contents:
    • Can now be on left or right side
      switch-side
    • Can be docked or floating
      docked
      undocked
    • Appears in Edit mode: click TOC entries to jump to them in the editor
      toc-edit
  • Sub-headings now collapse properly
  • Cursor and scroll position persists between tabs #79
  • Edit state is now independent between tabs
  • Fixed Start in Editor setting showing blank documents
  • Line of padding at start of editor for readability

Markpad v2.6.2

Choose a tag to compare

@github-actions github-actions released this 27 Mar 09:19
e98d1b0

What's Changed

  • Added folding support for both the TOC tree and viewer headings #67 (comment)
  • Transitioned the TOC from a sidebar to a floating TOC (option to toggle between overlay and docked coming soon)
  • Pan/zoom overlay for images and Mermaid diagrams #67 (comment)
  • Callout custom titles and nesting support #67 (comment)
    callouts
  • Editor word wrap width limit setting #67 (comment)
  • Fixed "Full Width" toggle visibility in split view #80
  • Refactoring and formatting fixes
  • Fixed inline KaTeX rendering to omit $ as currency #73
  • Fixed unsaved tab overwritten by opening files

  • fix(tabs): fixed unsaved tab overwritten by opening file by @alecdotdev in #77
  • fix(rendering): fix inline KaTeX rendering by @alecdotdev in #78
  • feat(multiple): enhancements for callouts, image zooming, folding headings, + more by @alecdotdev in #81

Full Changelog: v2.6.1...v2.6.2

Markpad v2.6.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 22:36

What's Changed

Fixes

  • Fixed bug that broke clipboard pasting in 2.6.0

New Features

  • VS Code Themes: Use themes from vscodethemes.com in Markpad by copying URL and importing theme in Appearance Settings.

    1. Pick a theme from vscodethemes.com
    Screenshot 2026-03-19 191835_1773965501
    2. Click Copy URL
    Screenshot 2026-03-19 201433
    3. Paste URL into Import VS Code Theme to add to theme list
    Screenshot 2026-03-19 201515
    Example: aura-dark
    Screenshot 2026-03-19 233821

    You can delete themes from this list after importing.

  • Session State Persistence: Automatically restores last session on launch (can be disabled). This includes all unsaved files and opened tabs.

  • PDF & HTML Export: Easily export markdown to structured HTML or PDF documents.
    Screenshot 2026-03-19 201303

  • Table of Contents Sidebar: Interactive TOC sidebar that supports Obsidian-style links and block IDs, and bookmarks.
    Screenshot 2026-03-19 201905

  • Line Highlight Color Picker: Customize the active line highlight color in the editor.
    Screenshot 2026-03-19 202128_1773976190

  • Rich Link Paste: Past URL onto text to create hyperlinks

  • Drag & Drop Image and Direct Image Paste Embedding: Drag media onto the editor to insert at cursor location or paste directly from clipboard. Creates a relative folder img/ for the copied media. Gets deleted on Undo including img/ folder if empty.
    Screenshot 2026-03-19 235516

Full Changelog: v2.6.0...v2.6.1