zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.89k stars 2.94k forks source link

Offline Manual #18691

Open jansol opened 3 weeks ago

jansol commented 3 weeks ago

Check for existing issues

Describe the feature

Now that we have changelogs displayed directly in Zed, it would be nice to also have the docs bundled and displayable directly in Zed as well. Since the docs already appear to be written in markdown, it should be relatively straightforward to share the code from the changelog view. Essentially:

If applicable, add mockups / screenshots to help present your vision of the feature

No response

maxdeviant commented 3 weeks ago

Since the docs already appear to be written in markdown, it should be relatively straightforward to share the code from the changelog view. Essentially:

I don't think it's quite that simple, as the docs are all built for mdbook (along with some custom preprocessors), so they aren't going to show up exactly 1:1 when using a standard Markdown renderer.