diff --git a/plugins/_editor/AGENTS.md b/plugins/_editor/AGENTS.md index 6aa878756..8d4fabda6 100644 --- a/plugins/_editor/AGENTS.md +++ b/plugins/_editor/AGENTS.md @@ -20,6 +20,7 @@ - Keep Editor Open wired through the File Browser text picker so users can open one or more Markdown or plain text files with an obvious confirmation action. - Keep Download in the Editor file-actions menu and save dirty text before downloading it. - Keep Save As distinct from Rename: Save As writes the current editor text to a chosen `.md` or `.txt` path and retargets the active session without removing the original file. +- Keep Markdown and plain text on the same toolbar, with full-document source and preview modes plus shared Undo/Redo buttons and keyboard shortcuts. - Preserve source chat context ids when opening Markdown files from tool-result canvas handoffs. ## Work Guidance diff --git a/plugins/_editor/webui/editor-panel.html b/plugins/_editor/webui/editor-panel.html index 4abb20e2f..fcf18713d 100644 --- a/plugins/_editor/webui/editor-panel.html +++ b/plugins/_editor/webui/editor-panel.html @@ -8,7 +8,7 @@