Skip to content

Releases: kanad13/lightweight-markdown-preview

v1.3.1

13 Mar 07:31

Choose a tag to compare

Fixed

  • Replace custom SVG command icon with built-in $(eye) codicon for correct rendering in dark and high-contrast VS Code themes
  • Remove redundant activationEvents entry (VS Code auto-generates from contribution declarations)
  • Exclude README screenshot assets from .vsix to keep package size small

v1.3.0

15 Feb 08:42

Choose a tag to compare

Release version 1.3.0

v1.2.0

07 Feb 12:41

Choose a tag to compare

Merge outline-improvements into main - v1.2.0 TOC enhancements and do…

v1.1.0

01 Feb 09:13

Choose a tag to compare

Release version 1.1.0 - Azure DevOps mermaid compatibility

v1.0.5

09 Nov 11:44

Choose a tag to compare

Release version 1.0.5: Collapsible TOC sidebar with overlay pattern

Features:
- Collapsible table of contents sidebar with hamburger toggle
- Sidebar slides in from right with smooth GPU-accelerated animation
- Theme-aware button styling for light and dark modes

Improvements:
- Fixed code block comment extraction to ignore code block content
- Fixed active state conflict in outline navigation with debouncing
- Simplified TOC styling with left-border active indicator

Release notes: See CHANGELOG.md for detailed changes.

v1.0.4

07 Nov 10:53

Choose a tag to compare

Release version 1.0.4 - Lightweight Markdown Preview

v1.0.3

04 Nov 14:08

Choose a tag to compare

Release v1.0.3: Documentation updates

v1.0.2

04 Nov 13:48

Choose a tag to compare

Add document outline with interactive TOC sidebar

Added

  • Document outline with interactive TOC sidebar for easy navigation
  • Auto-scrolling TOC that keeps the current section visible as you read
  • Click-to-scroll navigation in TOC for quick jumping between sections
  • Proper heading hierarchy display in the table of contents

Changed

  • Improved preview layout with fixed sidebar navigation
  • Enhanced user experience with smooth scroll tracking

Fixed

  • Fixed heading anchor link generation

v1.0.1

02 Nov 18:36

Choose a tag to compare

Initial stable release of Lightweight Markdown Preview

Features

  • Lightweight Markdown preview (~38 KB, no dependencies)
  • Full Mermaid diagram support (flowcharts, sequences, state diagrams, etc.)
  • MathJax equation support (inline and display math)
  • Live preview updates as you type
  • Real-time syntax highlighting for code blocks
  • Privacy-friendly (no tracking, no data collection)
  • Content Security Policy for secure script execution
  • Support for all standard Markdown elements (headings, lists, tables, blockquotes)
  • Image path resolution for both relative and absolute paths