this post was submitted on 21 Nov 2023
59 points (100.0% liked)
Rust
111 readers
1 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Used it last month for the first time. It was great.
Documentation is very good.
typst-lsp is also good.
Did it all from
neovim
,exportPdf = "onSave"
as a part of lsp setup, andzathura
open in a tiling window manager.zathura
auto-reloads the PDF when it changes on disk. So no web editor needed ;)First class RTL support (which was required for the task at hand) was a very pleasant surprise.
Gotta admit though that I couldn't figure out why
typst-lsp
didn't work initially. Took me some time to figure out that it needs a git repo and files checked in to work. That probably should be mentioned in the README.And there was the odd behavior here and there, like setting gradients on text elements in table fields actually setting the gradient over the whole table for some reason. Not sure if it was my fault since I was learning on the go, or an edge case not handled.
All in all, would definitely recommend.