Releases: kanad13/lightweight-markdown-preview
Releases · kanad13/lightweight-markdown-preview
v1.3.1
Fixed
- Replace custom SVG command icon with built-in
$(eye)codicon for correct rendering in dark and high-contrast VS Code themes - Remove redundant
activationEventsentry (VS Code auto-generates from contribution declarations) - Exclude README screenshot assets from
.vsixto keep package size small
v1.3.0
Release version 1.3.0
v1.2.0
Merge outline-improvements into main - v1.2.0 TOC enhancements and do…
v1.1.0
Release version 1.1.0 - Azure DevOps mermaid compatibility
v1.0.5
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
Release version 1.0.4 - Lightweight Markdown Preview
v1.0.3
Release v1.0.3: Documentation updates
v1.0.2
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
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