mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #22916] issue: markdown editor missing on open terminal panel #90582
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 @ppoak on GitHub (Mar 21, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22916
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Chrome latest / safari latest
Confirmation
README.md.Expected Behavior
When opening a markdown file on open terminal panel, there should be an edit button that enables users to edit the file. Like the other normal pure text file. But when I’m running my open webui server through pip install on my windows 11, whatever browser I use, the edit button disappears.
Actual Behavior
As the image shows. There is no button related to edit. But when I open some other pure txt file like .ini, .yaml, .txt etc, the edit button seems available.
And as you can refer to here.
And moreover, the check button which saves a file will lead to empty content injected and replace the total file.
Steps to Reproduce
Logs & Screenshots
None
Additional Information
No response
@Dailin521 commented on GitHub (Mar 23, 2026):
I’m looking into this and will open a small fix for the markdown file toolbar/edit flow in Open Terminal.
@ppoak commented on GitHub (Mar 23, 2026):
It seems already fixed in dev
@Dailin521 commented on GitHub (Mar 23, 2026):
Opened a fix PR for this: https://github.com/open-webui/open-webui/pull/22950
@Dailin521 commented on GitHub (Mar 23, 2026):
Superseding the earlier CLA-closed PR with the active fix PR: https://github.com/open-webui/open-webui/pull/22951
@tjbck commented on GitHub (Mar 24, 2026):
Unable to reproduce in dev.