typst
djot
typst | djot | |
---|---|---|
135 | 49 | |
36,684 | 1,754 | |
3.3% | - | |
9.8 | 5.3 | |
5 days ago | about 1 month ago | |
Rust | Emacs Lisp | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
typst
-
Laid Off in My Career, and Twice in One Year
I may be a tad late, but typst does have a compiler you can use locally with your favorite local text editor.
https://github.com/typst/typst/releases
-
MdBook – a command line tool to create books with Markdown
I am happily experimenting with Typst right now (https://typst.app/ ), which compiles much faster than LaTeX and with a syntax very similar to md, together with nice support for math, figures and advanced settings.
-
You too can write a book
Check out [typest](https://typst.app/) if you're looking to write a book yourself.
[Hypermedia Systems book](https://hypermedia.systems/) was written with it.
-
Exploring Typst, a new typesetting system similar to LaTeX
This [issue](https://github.com/typst/typst/issues/4224) and others like it are dealbreakers for me. There are numerous related issues, but the developers are stubbornly sticking to their interpretation—using the older definition of leading from the days of metal type, rather than the more modern concept of line-spacing. No other software or modern typesetting system I know of uses this approach anymore. This is particularly frustrating since I work with a lot of multilingual text, including Arabic, and it's very difficult to align the baselines when setting text in more than one column.
-
Quarkdown: Markdown with Superpowers
- Long-form, print-friendly report generation, including data visualization, tables and images
[0] https://github.com/typst/typst
-
Show HN: Srcbook – A TypeScript notebook for rapid prototyping
I somehow didn't know about https://github.com/typst/typst. This is a really cool project, going to dig in further.
At first glance, this seems particularly useful for scientific-style notebooks, which aren't our primary focus. If the demand is there though, I don't see why we couldn't integrate.
-
Blitz: A lightweight, modular, extensible web renderer
It's kinda early, but we're looking at collaborating with https://typst.app/ (a modern LaTeX alternative) on this. They already have some of the low-level PDF writing infrastructure in place, and are working on something higher-level that we're hoping to use.
(you could also look at using Typst directly if you're not tied to HTML)
-
Introduction to Haskell Diagrams
I think that I need something in between. Recently, I was checking typst. It is quite impressive. But I am not sure if I need a better LaTeX.
-
Why I Prefer RST to Markdown
I think the previous author is confused because if you google "Typst", you end up at https://typst.app, which seems to only advertise the web GUI and not the open-source CLI tool.
-
What TeX Gets Right
> Now, it’s certainly possible that one could develop a new, generative typesetting language that captures the virtues that I’ve discussed above and is free of TeX’s historical baggage.
Like [typst](https://github.com/typst/typst)?
djot
- Djot: Markup Language
- Djockey, a Djot-based documentation system
-
Quarkdown: Markdown with Superpowers
https://github.com/jgm/djot#rationale
TLDR: single pass, multiple (identical) implementations on different platforms, HTML is not an implicit target, uniform syntax (including attribute syntax)
-
Why I Prefer RST to Markdown
Yeah a nice Rust or Go-based implementation of Asciidoc would be fantastic. Having to deal with Ruby and Gems is not fun.
That's a mountain of work though and even if there is a spec, at this point it's complex enough and the Ruby implementation is enough of a de facto spec that I'm doubtful you'll ever make it past "this behaves differently to Asciidoctor" territory.
Btw a more recent alternative is https://github.com/jgm/djot which actually does have multiple implementations and looks like a way better option than Markdown, but maybe not as powerful as Asciidoctor still. I haven't tried it.
-
LaTeX and Neovim for technical note-taking
I know this doesn't solve your problem directly, but I recommend people to try out Djot[0], a markup language from the author of CommonMark.
Djot has a single well-defined spec, and most of the basic formatting has the same syntax as (a) Markdown, so switching is pretty painless. It has as a main goal to be legible and visually aesthetic as-is, just like Markdown.
What Djot adds is its _predictability_. Nested formatting, precedence order, line breaks behavior, nested blocks, mixed inline and block formatting, custom attributes are all laid out precisely in the spec in a thought-out manner. Till this day I still can't remember how to put line break within a list item in Markdown (and I'm sure there're more than one way).
[0]: https://djot.net/
- Pandoc 3.1.12 Released
-
Pandoc
Worth noting that the author has also created a markup language, djot.
https://github.com/jgm/djot
-
Augmenting the Markdown Language for Great Python Graphical Interfaces
Every time I see people doing something with Markdown, I wish they just replace it with support for Djot[0] instead. It is a Markdown alternative by the creator of Pandoc and CommonMark that fixes all of the most egregious mistakes, while being legible and visually pleasant as-is. It is also syntactically similar to Markdown, which should ease adoption.
[0] https://github.com/jgm/djot
- Djot is a light markup syntax
- Beyond Markdown
What are some alternatives?
asciidoctor-latex - :triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
Zato - ESB, SOA, REST, APIs and Cloud Integrations in Python
typst-lsp - [Deprecated] An early language server for Typst, plus a VS Code extension
scroll - Scroll is a language for scientists of all ages. Scroll includes a command line app that builds static blogs, websites, CSVs, text files, and more.
typst.nvim - WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim.
hayagriva - Rusty bibliography management.
json-resume-template - JSON-based standard for resume
pdfsyntax - A Python library to inspect and modify the internal structure of a PDF file
KeenWrite - Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.
PyMuPDF - PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
tree-sitter-typst - A TreeSitter parser for the Typst File Format