logoalt Hacker News

RivoLinktoday at 10:54 AM3 repliesview on HN

Hi HN,

I built leaf, a Markdown previewer that runs entirely in the terminal.

It supports keyboard/mouse navigation, syntax highlighting, tables, checkboxes, clickable links, search, table of contents, local Markdown links, inline images, Mermaid diagrams, and LaTeX-to-Unicode rendering.

It works on Linux, macOS, Windows, and Termux.

GitHub: https://github.com/RivoLink/leaf

I’d appreciate feedback on the UX, missing features, and performance on large Markdown files.


Replies

yboristoday at 5:14 PM

Please consider adding a screenshot directly into the README (rather than a separate link).

Also maybe a single paragraph at the top describing the project rather than jumping into `install`.

show 1 reply
benj111today at 5:28 PM

Why a previewer rather than an editor that updates as you write?

Do you have a specific use case?

It seems to me that markdown is for writing with the ultimate output supposedly being html. Having a viewer of the markdown doesn't seem to add anything.

Whereas making it an editor makes it more of a rich text editor.

I'm not particularly saying youre wrong, more posing a philosophical question.

show 1 reply
mfgadv99today at 11:43 AM

[dead]