preview button in md/html/latex and svg files #26077
Replies: 9 comments 1 reply
|
There are a number of asks in here, it would help if these were broken down in to a list, and ideally have one ask per issue. It's hard for this to be super actionable as it is. As mentioned above, markdown has a preview button already.
This feels more in the realm of an extension. Additionally, since Zed is not electron/web based, we would likely have to do some pretty significant work to make this work. |
|
where is the preview button for markdown files?? |
|
the table renderer from the key binds could be used for csv |
|
It works fine with Markdown and SVG files, but not with HTML. |
|
Concrete HTML preview use case to add to this request: I am increasingly using agent workflows to generate short-lived, standalone The workflow I want in Zed:
This is narrower than "add a full browser to Zed." The main value is removing the browser context switch for agent-generated local review artifacts and documentation specimens where Zed is already the place the file was created. |
|
+1 Would love HTML preview. 30 % of my output is HTML. |
|
I understand wanting to keep the editor lightweight, but I think an HTML preview is a must-have. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Check for existing issues
Describe the feature
A button to toggle the preview. I know there is a preview for markdown over the command palette, but it would be great if it could be opened over a specific button. Monitor file changes and serve a directory isn't hard for html files. the svg images get displayed and only need a toggle. latex files can be rendered by standalone or a wrapper.
csv would be great too, but this would need a table renderer
If applicable, add mockups / screenshots to help present your vision of the feature
Example from Jetbrains:

All reactions