Skip to content

Tags: EtheaDev/MarkdownShellExtensions

Tags

v2.8.3

Toggle v2.8.3's commit message
ver. 2.8.3

- Added a configurable HTML stylesheet (CSS) in Settings (Preview page), with CSS syntax highlighting: you can customize how the markdown preview is rendered.
- Large images now fit the page width by default (img max-width).
- Reorganized the Settings dialog: editor options in the "General" page, HTML preview options in the "Preview" page.
- The Settings dialog can now be closed with the Esc key.
- Fixed "List index out of bounds" at startup when restoring the previous session.

v2.8.2

Toggle v2.8.2's commit message
ver. 2.8.2

- Fixed random Access Violation when closing a document tab.
- Fixed Access/External Violation when zooming the HTML preview with Ctrl+Mouse wheel (including the code-block syntax highlighter).
- Fixed oversized editor font when zooming with Ctrl+Mouse wheel on high-DPI monitors.

v2.8.1

Toggle v2.8.1's commit message
ver. 2.8.2

- Fixed random Access Violation when closing a document tab.
- Fixed Access/External Violation when zooming the HTML preview with Ctrl+Mouse wheel (including the code-block syntax highlighter).
- Fixed oversized editor font when zooming with Ctrl+Mouse wheel on high-DPI monitors.

v2.8.0

Toggle v2.8.0's commit message
ver. 2.8.0

- Added syntax highlighting of fenced code blocks (```delphi, ```json, ...), based on the language, like GitHub, both in the Editor preview and in the Explorer Preview Panel.
- Added Markdown syntax highlighting in the text editor (headings, bold, italic, links, inline code, lists, blockquotes, ...), with theme-aware colors for light and dark mode.
- Added Settings option "Highlight Markdown text" (enabled by default) to turn the editor's Markdown syntax highlighting on or off.

v2.7.3

Toggle v2.7.3's commit message
ver. 2.7.3

- Added single-instance behavior: opening a markdown file now reuses the running editor instead of starting a new one.
- Added Settings option to remember and reopen files from the last session.

v2.7.2

Toggle v2.7.2's commit message
27 May 2026: ver. 2.7.2

- Fixed copy (Ctrl-C and context menu) from HTML Viewer.
- Added synchronized scrolling between the Markdown editor and the HTML preview
- Added synchronized scrolling as toggleable toolbar button and Settings

v2.7.0

Toggle v2.7.0's commit message
ver. 2.7.0

- Fixed saving new file in UTF-8 format.

V2.6.0

Toggle V2.6.0's commit message
ver. 2.6.0

- Fixed Hyperlinks in PDF Export: now are visible and active in PDF file generated, using SynPDF library.
- Fixed random AV closing files.

v2.5.0

Toggle v2.5.0's commit message
ver. 2.5.0

- Built with Delphi 13
- Refactoring PageControl to speedup loading
- Added check for new version available, download and install
- Updated Setup
- Updated the latest Image32 library

v2.4.0

Toggle v2.4.0's commit message
- Added "Wordwrap option" for the editor (active by default)

- Added "Layout Views"
- Fixed Menu over Editor Toolbar and Captions when collapsed
- Updated the latest Image32 library