Would be interesting to see a compare and contrast between this and Typst, which has gotten a lot of attention recently. Kinda surprising that it isn't mentioned in their feature comparison matrix at all.
Last I checked Typst can't emit HTML.
Quarkdown: A modern Markdown-based typesetting system
71–80 of 285 posts
Re: Quarkdown: A modern Markdown-based typesetting system
#72Re: Quarkdown: A modern Markdown-based typesetting system
#73Re: Quarkdown: A modern Markdown-based typesetting system
#74Earlier quoted context omitted.
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
Thank you for the inspiration. I'm going to look through this with interest too. I see somebody else downvoted me: presumably they didn't like my excitement! I appreciate the positivity here.
Re: Quarkdown: A modern Markdown-based typesetting system
#75Re: Quarkdown: A modern Markdown-based typesetting system
#76Earlier quoted context omitted.
WEasyPrint is great for generating invoices from html! https://weasyprint.org/ Also the only good implementation of web layout/rendering I've seen done in python.
Whats the difference between them and running a headless chrome docker container?
> From a technical point of view, WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing. WeasyPrint is free software made available under a BSD license.
> It is based on various libraries but not on a full rendering engine like WebKit or Gecko. The CSS layout engine is written in Python, designed for pagination, and meant to be easy to hack on.
Re: Quarkdown: A modern Markdown-based typesetting system
#77Re: Quarkdown: A modern Markdown-based typesetting system
#78Markdown, Quardown, Typst, this and that. This looks to LaTeX. All of this became so confusing and un-standardized - I went back to HTML+CSS.
Seriously though, every time some new hotness comes along, you don’t really have to use it or even waste your time looking at it. Markdown will likely be here after all of its derivatives are long gone.
Re: Quarkdown: A modern Markdown-based typesetting system
#79This, Typst, etc etc are primarily typesetting systems for papers . I would love alternatives to HTML or whatever, but I tried Typst too and it's very clear that the authors only really care about typesetting for papers and other long form prose. Stuff like forms, invoices, flyers, handouts, leaflets, business cards -- an afterthought, at best. Edit: Actually I was thinking of Sile not Typst, but I think the same app…
My first "real" usecase for Typst was a poster [0], since it was much easier than doing it in LaTeX. It's missing some features, like wrapping around figures and flowing text between boxes, but TeX doesn't have the second either and both are planned in Typst. [0]: https://dvdkon.ggu.cz/projects/pppql/poster.pdf
Re: Quarkdown: A modern Markdown-based typesetting system
#80Markdown, Quardown, Typst, this and that. This looks to LaTeX. All of this became so confusing and un-standardized - I went back to HTML+CSS.