← all projects

mde-tui

Markdown Editor TUI
repo experiment

mde-tui

A small terminal markdown editor + preview built with Textual and Rich.

Quick, minimal TUI for editing Markdown in the terminal and seeing a live preview.

image

Requirements


Installation

  1. Install dependencies using uv. If the project already has a lockfile (uv.lock) / pyproject.toml, you can install the pinned dependencies. If you need to add packages locally:
# If dependencies are already listed and you want to install from pyproject/lock:
   uv install

Usage

Run the application from the project root:

uv run markdown-tui.py

Controls:

The app shows a split layout with:

The preview updates automatically after brief debounce when typing.


Development notes

Known / TODO:


Contributing


Troubleshooting