MarkdownViewer is a Total Commander plugin, using preview markdown file which suffixed with md markdown and mk.
- Preview Markdown files with syntax highlighting
- File navigation: click Markdown links to jump between files
- LaTeX math formulas support (KaTeX)
- Mermaid flowcharts and diagrams
- Code syntax highlighting (Highlight.js)
- Outline panel showing H1-H6 heading structure
- Click outline items to jump to headings with smooth scroll
- Auto-highlight current heading while scrolling
- Press
Okey to toggle outline view - Press
1-6keys to jump to first heading of corresponding level
- Theme switching: light / dark mode
- Press
Tkey to toggle theme - Layout modes: centered narrow / full-width
- Press
Mkey to toggle layout
- Vim-style navigation:
j/k(line),d/u(half page),f/b(full page) - Quick jump:
gg(top),G(bottom),h/l(horizontal scroll) - Press
?to show shortcut help panel
- Click images to view in full screen
- Press
ESCor click to close image viewer - Image alt text shown as caption
- Reading progress bar at top of page
- Real-time scroll progress indication
- Gradient blue progress bar style
- Export to PDF: press
Pkey or click PDF button - External links open in default browser
This plugin is based on the .NET platform, so the corresponding interface needs to be installed. The installation file is TcPluginSetup.msi — simply double-click to run it.
Then, double-click to open MarkdownViewer.zip in Total Commander and follow the prompts to install the plugin.
The latest version uses WebView2. If you are using an older operating system, you will need to install the WebView2 runtime.
Currently, the preview window cannot be closed using the ESC key. Please click the close button on the preview window to close it.
- Outline panel showing H1-H6 heading structure
- Click outline items to jump to headings with smooth scroll
- Auto-highlight current heading while scrolling
- Press
Okey to toggle outline view - Press
1-6keys to jump to first heading of corresponding level
- Theme switching: light / dark mode
- Press
Tkey to toggle theme - Layout modes: centered narrow / full-width
- Press
Mkey to toggle layout
- Vim-style navigation:
j/k/d/u/f/b/g/G/h/l - Press
?to show shortcut help panel
- Export to PDF: press
Pkey or click PDF button - External links open in default browser
- Fixed: ESC key not working reliably to close preview
- Issue #11: Added support for file jumping/navigation
- Upgraded Mermaid and KaTeX libraries
- Switched rendering engine to WebView2 to improve compatibility
- Fixed: Issue where the ESC key failed to close the window
- Fixed Issue #15: Image preview issue with Chinese file paths
- Fixed Issue #6 & #13: Total Commander losing focus issue
- Feature: Support print, can print to PDF through local printer
- Fixed: Cannot preview local images
- Fixed: Cannot select and copy content #7
- Fixed: Dependent DLLs not packaged in output zip
- Fixed: Cannot close window with Esc #4
- Using NuGet to manage dependencies
Thanks to thorn0 for your commit.
- Support previewing Markdown files
