mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
Artifacts for markdown documents #2893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @butelo on GitHub (Dec 2, 2024).
Artifacts when writting or iterating through a md document
Problem.
When writing a document, a post or any other markdown document when it comes to do corrections or iterate through it It would be nice to have the rendered document on a side same as we're having with html
Would be nice to...
Have the same feature as we're having now with the html preview (artifacts) but for markdown documents so we can iterate easily without having to copy the document elsewhere or generating it again every time yt
Ideally the artifact should show two tabs, one with the "sourcecode" that you could edit and other with the "rendered" preview like Github site does when you write issues or something
Describe alternatives you've considered
One could generate a html document instead of a markdown and take advantage of the existing funcionality but is not ideal since most of the documents for technical projects use markdown