Remix.run Logo
anonfunction 2 hours ago

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!

thangalin 38 minutes ago | parent | next [-]

* https://keenwrite.com/

* https://keenwrite.com/screenshots.html

* https://keenwrite.com/docs/user-manual.pdf

* https://www.youtube.com/watch?v=8dCui_hHK6U

My software uses ConTeXt to typeset into PDF.

paulirish 43 minutes ago | parent | prev | next [-]

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.

emehex 2 hours ago | parent | prev | next [-]

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

vunderba 16 minutes ago | parent [-]

+1 for Typora. One of the things I like is that it gives you some flexibility in how it handles images you drag into a document for embedding purposes.

My favorite option is the one where it automatically colocates assets by creating a folder with the same name as the file, appends `.assets` to it (<filename>.assets), copies the image there, and then automatically sets up the preview and embed.

kelvinjps10 44 minutes ago | parent | prev | next [-]

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?

maxweylandt an hour ago | parent | prev | next [-]

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

wyzer an hour ago | parent | prev | next [-]

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

alfons_foobar 2 hours ago | parent | prev [-]

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