Hacker News new | ask | show | jobs
by mrkwse 16 days ago
Could you elaborate on your workflow? Which tool do you start in (presumably it's a sequential flow?)? When is it that you go across the tools?
1 comments

Jupyter to markdown to typst. Pandoc does the last conversation. (Pandoc also creates epubs for me).

I have some custom filters for index entries and code formatting.

I'm curious if Quarto could coordinate all of that for you automatically. It supports both code execution via Jupyter, and output via Typst (including books).

https://quarto.org/docs/computations/python.html

https://quarto.org/docs/output-formats/typst.html

https://quarto.org/docs/books/book-output.html#typst-output

https://quarto.org/docs/output-formats/typst-custom.html#boo...