ZIm/crates/markdown_preview/src
Ron Harel e6bc1308af
Add SVG preview (#32694)
Closes #10454

Implements SVG file preview capability similar to the existing markdown
preview.
- Adds `svg_preview` crate with preview view and live reloading upon
file save.
- Integrates SVG preview button in quick action bar.
- File preview shortcuts (`ctrl/cmd+k v` and `ctrl/cmd+shift+v`) are
extension-aware.

Release Notes:

- Added SVG file preview, accessible via the quick action bar button or
keyboard shortcuts (`ctrl/cmd+k v` and `ctrl/cmd+shift+v`) when editing
SVG files.
2025-06-27 09:08:05 +00:00
..
markdown_elements.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
markdown_parser.rs chore: Fix warnings for Rust 1.89 (#32378) 2025-06-09 13:11:57 +02:00
markdown_preview.rs Allow multiple Markdown preview tabs (#32859) 2025-06-25 16:43:00 +00:00
markdown_preview_view.rs Add SVG preview (#32694) 2025-06-27 09:08:05 +00:00
markdown_renderer.rs Canonicalize markdown link paths (#29119) 2025-05-21 12:57:51 -04:00