ZIm/crates/extensions_ui/src
Antonio Scandurra 5df1481297
Introduce a new markdown crate (#11556)
This pull request introduces a new `markdown` crate which is capable of
parsing and rendering a Markdown source. One of the key additions is
that it enables text selection within a `Markdown` view. Eventually,
this will replace `RichText` but for now the goal is to use it in the
assistant revamped assistant in the spirit of making progress.

<img width="711" alt="image"
src="https://github.com/zed-industries/zed/assets/482957/b56c777b-e57c-42f9-95c1-3ada22f63a69">

Note that this pull request doesn't yet use the new markdown renderer in
`assistant2`. This is because we need to modify the assistant before
slotting in the new renderer and I wanted to merge this independently of
those changes.

Release Notes:

- N/A

---------

Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Alp <akeles@umd.edu>
Co-authored-by: Zachiah Sawyer <zachiah@proton.me>
2024-05-09 11:03:33 +02:00
..
components Introduce a new markdown crate (#11556) 2024-05-09 11:03:33 +02:00
components.rs Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
extension_suggest.rs Suggest the SCSS extension for .scss files (#11249) 2024-05-01 09:26:22 -04:00
extension_version_selector.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extensions_ui.rs Make border methods always require an explicit width (#11450) 2024-05-06 13:22:47 -04:00