logoalt Hacker News

speererlast Tuesday at 8:21 AM2 repliesview on HN

I'm very excited to boot up and try this. I may have finally found what I need to replace my rickety pipeline of templates and pandoc conversions.


Replies

Onawalast Tuesday at 2:45 PM

Maybe look at Quarto? Almost every project I start now begins with `quarto project create`. From there I can pivot the material into HTML, .docx, PDF, .PPTX, Typst, LaTeX, and all of them simultaneously.

show 2 replies
majkinetorlast Tuesday at 8:27 AM

I keep mine tidy in a docker image and use it on bunch of projects: https://github.com/majkinetor/mm-docs

As a comparison to scripting features of Quarkdown, above uses macros plugin which enables python scripting

show 1 reply