Live data from Hacker News

Quarkdown: A modern Markdown-based typesetting system

github.com

111–120 of 285 posts

Re: Quarkdown: A modern Markdown-based typesetting system

#111

Earlier quoted context omitted.

Pandoc is your friend for this and many other use cases.

Not sure I understand. I never said anything about my use cases. I was checking the accuracy of the comparison table. Did you mean to post that comment here or were you replying to another comment?

they were probably mentioning that, with pandoc, you can convert between HTML and PDF for any of these tools anyway

Re: Quarkdown: A modern Markdown-based typesetting system

#114
post #107

Earlier quoted context omitted.

its for people who want latex but are mad that latex became c++

LaTeX also has some bizarre defaults like bitmap fonts in a tool designed to allow people to create high quality typeset documents.

which is ironic considering at one time the appeal of LaTeX was "sane defaults". Don't get me wrong. The default choices were really the best choice at some point in the past. They just no longer are.

Re: Quarkdown: A modern Markdown-based typesetting system

#115
post #111

Earlier quoted context omitted.

Not sure I understand. I never said anything about my use cases. I was checking the accuracy of the comparison table. Did you mean to post that comment here or were you replying to another comment?

they were probably mentioning that, with pandoc, you can convert between HTML and PDF for any of these tools anyway

Ah! Thanks. Yeah Pandoc is great for conversions to HTML and PDF. It's my no. 1 tool for writing docs and generating multiple formats out of the docs.

Re: Quarkdown: A modern Markdown-based typesetting system

#116
post #76

Earlier quoted context omitted.

Whats the difference between them and running a headless chrome docker container?

WEasyPrint's Github: > 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…

Cool, not who you replied to but this is a cool idea, another way to archive pages. Gotta compare it to singlefile and headless chrome - I've been looking for a faster way to get a snapshot of a webpage via a chatbot (like in discord or matrix). Used to use Firefox headless, but large pages/slower sites would time out the api.

Re: Quarkdown: A modern Markdown-based typesetting system

#117

Very cool, but CLI tools with a JVM language? :( I'd be much quicker to try this out with a static binary.

It was cool until I saw it needs gradlew to build and Java 17+ to be installed.

Hey, something other than Minecraft that requires Java > 16. Maybe just spigot and paperm.

Re: Quarkdown: A modern Markdown-based typesetting system

#119

Earlier quoted context omitted.

You know what, while you're at it, I might as well bring it up. How about XML? I haven't really tried writing large pieces of text in it but I am already seriously considering. All other alternatives are too complicated and have a learning curve that gets in the way of writing itself. With XML, I'd be able to define my own tags and run them by a parser later on to auto-generate indexable footnotes, and create my own…

Basically DocBook?

Exactly. Seems like we already invented that but it didn’t really catch fire.

Re: Quarkdown: A modern Markdown-based typesetting system

#120

Looks kinda like restructuredtext, but with exactly half the dots and 100% more curly braces.

Which is where MyST [0] gets its structural cues. That's another alternative missing from the comparison table of this project, and an interesting one for how much it seems to be going for the science community that loves Jupyter notebooks.

[0] https://mystmd.org/

Post reply on HN