File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 1- ## [ Unreleased]
2-
3- ### Features
4-
5- * ** export:** add document export to Word (DOCX) and PDF formats
6- - Export rendered markdown to properly formatted Word documents
7- - PDF export via browser print dialog with enhanced print styles
8- - Mermaid diagrams embedded as scalable vector graphics (SVG) for crisp rendering
9- - Configurable export settings (format, page size, filename template)
10- - Table of contents inclusion option
11- - Progress indicator during export
12- - Export settings page in Options
13-
14- * ** export:** native SVG embedding for Mermaid diagrams in DOCX
15- - Diagrams render as vector graphics, maintaining quality at any zoom level
16- - Automatic style inlining for Word compatibility (computed CSS styles baked into SVG)
17- - foreignObject to native SVG text conversion for reliable label rendering
18- - stroke-dasharray fix for proper line/arrow visibility in Word
19- - PNG fallback for older Word versions (pre-2016)
20- - Uses forked docx library (@jamesainslie/docx ) with SVG support
21-
22- ### Documentation
23-
24- * ** readme:** add comprehensive export feature documentation
25- * ** readme:** document SVG embedding and Word compatibility requirements
26- * ** options:** add Export settings section to options page
27-
28- ### Dependencies
29-
30- * ** docx:** switch to @jamesainslie/docx fork with native SVG image support
31- * ** svg2png-wasm:** removed (no longer needed with native SVG embedding)
32-
331# [ 0.2.0] ( https://github.com/jamesainslie/mdview/compare/v0.1.2...v0.2.0 ) (2025-11-28)
342
353
You can’t perform that action at this time.
0 commit comments