zed/crates/markdown_preview/src
Nate Butler 05825e9804
Add Markdown Preview Toggle (#15215)
Add a "Preview Markdown" button to the quick action bar when in a
markdown editor.

While it isn't my favorite, I went with the basic eye icon to be a bit
more generic so we can extend this control to allow opening other
previews such as SVGs like @jansol mentioned.

![CleanShot 2024-07-26 at 11 02
16@2x](https://github.com/user-attachments/assets/415963ce-d19e-432d-b8c2-37e7c6e52683)


https://github.com/user-attachments/assets/5980272c-eab9-4f69-86b6-0c593c25b525

---

Release Notes:

- Added a button to preview Markdown files in the toolbar.
`Option|Alt+Click` will open the preview to the side.
2024-07-26 11:08:42 -04:00
..
markdown_elements.rs markdown preview: Break up list items into individual blocks (#10852) 2024-04-26 21:34:45 +02:00
markdown_parser.rs chore: Fix clippy violations from Cargo.toml (#15216) 2024-07-25 20:22:01 +02:00
markdown_preview.rs markdown preview: Improve live preview (#10205) 2024-04-08 21:17:40 +02:00
markdown_preview_view.rs Add Markdown Preview Toggle (#15215) 2024-07-26 11:08:42 -04:00
markdown_renderer.rs markdown preview: Break up list items into individual blocks (#10852) 2024-04-26 21:34:45 +02:00