| ▲ | undeveloper 12 hours ago | |||||||
typst looks interesting -- but how are you writing it? from what I looked at, it looks like theres an official web editor and a vscode plugin with limited support. this feels pretty limited, as someone who came in expecting something like obsidian. | ||||||||
| ▲ | MillironX 11 hours ago | parent | next [-] | |||||||
I've started experimenting with Typst for a few documents, and here's my stack: - Zed editor with Typst plugin - Tinymist LSP settings turned on to render on save in Zed, see https://code.millironx.com/millironx/nix-dotfiles/src/commit... - Okular open to the output document. Okular refreshes the document when changed on disk. It's not as polished as say, LaTeX Workshop in VSCode, but it gets the job done. | ||||||||
| ▲ | TRiG_Ireland 12 hours ago | parent | prev | next [-] | |||||||
I'm not aware of any limitations in the Tinymist plugin. And you can just write it in the plain text editor of your choice, and keep an eye on the PDF with typst watch. | ||||||||
| ||||||||
| ▲ | tcfhgj 2 hours ago | parent | prev [-] | |||||||
you can just install the typst compiler yourself and let it run in the cli | ||||||||