logoalt Hacker News

anonfunctiontoday at 8:29 PM6 repliesview on HN

I've been looking for a markdown editor that let's me print the rendered view and have yet to find one. Which is quite surprising given how many there are. I just use my own webapp for now, should probably open source it in case anyone else is looking for this functionality.

If you know of a nice mac app that let's me easily write / view and print markdown I'd love to hear from you!


Replies

paulirishtoday at 9:59 PM

Recently adopted https://github.com/marktext/marktext as I wanted the editable preview that Obsidian offers, but for all .md, not just items in my vault. I dig it so far. And it does offer printing of the render.

kelvinjps10today at 9:57 PM

most of these editors offer pdf exports and the ones that don't they offer html ones that can easily be exported in the browser too. Isn't this enough?

maxweylandttoday at 9:39 PM

Obsidian has a pdf export, but it's overkill for just writing

emehextoday at 8:59 PM

I've been using Typora for years. It has a pretty great export/print.

show 1 reply
wyzertoday at 9:41 PM

vscode + pandoc ... work like a charm (incl. side by side preview)

alfons_foobartoday at 8:51 PM

not an app per se, but pandoc is great...