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 app…
You can use typst locally and bypass the commercial bits. It is really easy to create different kinds of documents with it. I have been using it to create slides and handouts, and for that I already find it much easier to use than the alternatives.
Quarkdown: A modern Markdown-based typesetting system
171–180 of 285 posts
Re: Quarkdown: A modern Markdown-based typesetting system
#172Earlier 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…
[dead]
Your "free trial" is behind a sign-up wall. and I left.
Re: Quarkdown: A modern Markdown-based typesetting system
#173Re: Quarkdown: A modern Markdown-based typesetting system
#174I'm not quite sure who this is for. Markdown is for keeping things simple. There's plenty of of "proper" markup languages and full programming languages to actually write code in. Why do we need a hybrid program like this, which is not as simple as pure markup, and is not as powerful as a proper templating language? I personally just run markdown -> HTML/CSS -> python templating (Jinja or something) -> PDF/HTML As a…
My ideas start in Obsidian (Markdown) and then I use pandoc and add a bunch of cursed inline LaTeX hacks to the Markdown for the final product.
I guess cursed hacks are part of any workflow, but I am definitely going to check this out.
Re: Quarkdown: A modern Markdown-based typesetting system
#175Re: Quarkdown: A modern Markdown-based typesetting system
#176Re: Quarkdown: A modern Markdown-based typesetting system
#177Earlier quoted context omitted.
Ah yes, writing my notes down in css and html. My favorite! 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.
Gruber and Schwarz knew that in simplicity is a beauty. Basic markdown format is good enough. For specific cases, it depends what is the outcome - html, pdf… But hell are binary formats that are used for page layout - vendor lock for centuries. Backward compatibility? Forget about it. From this point of view people should stick to text based formats. Markdown, LaTex, Typst… you name it. Just use it :)
Re: Quarkdown: A modern Markdown-based typesetting system
#178Please add an llms.txt file! https://llmstxt.org/ I'd love to see how far I can take this by giving it to an LLM and asking it to format for me with Quarkdown.
> Converting complex HTML pages with navigation, ads, and JavaScript into LLM-friendly plain text is both difficult and imprecise. Oh my god. It just occurred to me that LLMs may have a better experience “browsing the internet” than humans do. That is so tragically depressing.
Re: Quarkdown: A modern Markdown-based typesetting system
#179Earlier quoted context omitted.
Every conference has their own required LaTeX style file that must be used. Unless there is an automated way to convert these exactly, I don't see how LaTeX alternatives can be used.
I think that might be true at some maths and computer science meetings but is unheard of in other scientific fields.
Re: Quarkdown: A modern Markdown-based typesetting system
#180Earlier quoted context omitted.
Every conference has their own required LaTeX style file that must be used. Unless there is an automated way to convert these exactly, I don't see how LaTeX alternatives can be used.
Is LaTeX difficult to learn? An article stated something about how its syntax is inscrutable, from what memory will allow before the caffeine hits.
Source : wrote my MLaw papers with it.