Feature hasn't been suggested before.
Describe the enhancement you want to request
What problem this solves / need addressed
Currently, it is difficult to review markdown files visually in the file editor. Users must interpret raw markdown syntax, which is less accessible, especially for those unfamiliar with markdown formatting. This makes it challenging to quickly check formatting and content appearance.
Requested enhancement/context
Add a "Markdown Preview/Source" toggle button at the top-right corner of the file editor. The toggle should allow users to seamlessly switch between editing markdown source code and previewing how the document appears when rendered. Please clarify if this should be available in TUI, Desktop, Web, or all platforms. For now, I am requesting it for the main file editor (please specify if needed).
Expected behavior
- When editing a markdown file in the editor, the user sees a toggle button in the top-right corner.
- Clicking "Preview" displays the rendered markdown (formatted text, links, images, etc).
- Clicking "Source" returns to editing the raw markdown text.
- The feature should be intuitive and quick to switch.
Current behavior/limitation
- No preview option exists, only code view.
- Users must manually open their markdown files elsewhere to see formatted results.
Mockup example
Preview Mode
Source Mode

Feature hasn't been suggested before.
Describe the enhancement you want to request
What problem this solves / need addressed
Currently, it is difficult to review markdown files visually in the file editor. Users must interpret raw markdown syntax, which is less accessible, especially for those unfamiliar with markdown formatting. This makes it challenging to quickly check formatting and content appearance.
Requested enhancement/context
Add a "Markdown Preview/Source" toggle button at the top-right corner of the file editor. The toggle should allow users to seamlessly switch between editing markdown source code and previewing how the document appears when rendered. Please clarify if this should be available in TUI, Desktop, Web, or all platforms. For now, I am requesting it for the main file editor (please specify if needed).
Expected behavior
Current behavior/limitation
Mockup example
Preview Mode
Source Mode