-
You might be interested in https://github.com/typst/typst/issues/288
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Looks like it doesn't support CSL (yet) but someone just opened an issue for it https://github.com/typst/hayagriva/issues/32 . CSL has a ton of citation styles https://www.zotero.org/styles . That wouldn't replace all features of biblatex of course, but it would be a start
-
not-so-short-introduction-to-context
A not so short introduction to ConTeXt. Help to get started with the wonderful and fascinating typesetting and document composition system ConTeXt
Take a look at ConTeXt, which does away with the packages approach of LaTeX and all the complexity. It is pretty mature (first came out in 91) and the underlying LuaTeX engine is even being used by some LaTeX distributions. It is pretty programmable as you can call Lua from within it. Here are some resources if you are interested: A not so short introduction to ConTeXt
-
-
Another recent development here is https://djot.net/ (by the pandoc author). It indeed thoroughly solves both:
-
I really want to try our typst but realistically, I'm never going to write a paper in my life. The only document that I send as a PDF is my resume. I'm currently using jsonresume for this, and I'm reasonably happy with it.
-
[Here](https://github.com/nvarner/typst-lsp) it is, if you haven't found it yet. It's still in early stages obviously, and I can't speak to the vscode extension. But I got the lsp working just fine in neovim.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Also, here's the tree-sitter [parser](https://github.com/SeniorMars/tree-sitter-typst). I don't think it's in a working state yet.
-
If you want to track progress: https://github.com/jgm/pandoc/issues/8713