Live data from Hacker News

Quarkdown: A modern Markdown-based typesetting system

github.com

21–30 of 285 posts

Re: Quarkdown: A modern Markdown-based typesetting system

#21
post #11

Typst is missing from comparison

Is this standalone, as in: an actual file format people can use? From their website it looks like it won't work without using their service or hosting something yourself?

Looks like you can compile files as shown here: https://github.com/typst/typst?tab=readme-ov-file#usage

Re: Quarkdown: A modern Markdown-based typesetting system

#23

This looks very interesting and more approachable than Typst. As some who uses headless chrome to turn html into pdf (for invoices), I have been looking for something simpler and faster. I tried typst, but it felt messy to me. I wonder if quarkdown offers more streamlined experience

> I tried typst, but it felt messy to me.

What exactly is messy about Typst?

Re: Quarkdown: A modern Markdown-based typesetting system

#25
This, 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 applies to Typst too. I didn't dig into Typst too much because it was commercial though.

Re: Quarkdown: A modern Markdown-based typesetting system

#28

This looks very interesting and more approachable than Typst. As some who uses headless chrome to turn html into pdf (for invoices), I have been looking for something simpler and faster. I tried typst, but it felt messy to me. I wonder if quarkdown offers more streamlined experience

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.

Re: Quarkdown: A modern Markdown-based typesetting system

#29

The comparison to LaTeX is a bit unfair... the latex code is much larger than it needs to, and does things that the quarkdown doesn't (like floating the figure in the page). Once you remove that, both versions look essentially equivalent and just as readable.

If the sea of backslashes and \begin/end and \includegraphics doesn't disappear, no, latex doesn't look equivalent

Re: Quarkdown: A modern Markdown-based typesetting system

#30
post #3

This is so powerful, it makes me wonder why they didn't just make a new markdowny syntax for Latex so they could reuse everything from the Latex ecosystem. A bit like what CoffeeScript was for JavaScript, I mean.

That assumes that the only issue with LaTeX is its syntax. Other issues I can think of are that LaTeX doesn't generate HTML and that LaTeX is completely Unicode-disabled.
Post reply on HN