First Release Checklist #15
Replies: 4 comments 7 replies
-
Ideally they might be crates depending on typst as well which would make them quite easy to integrate. This will take time tho, I would be in favor of publishing without waiting for good tools, after all typst is still in beta. |
Beta Was this translation helpful? Give feedback.
-
For the formatting, I would be partisan of making it both a lib crate and a binary that can be run on any number of input files just like I started looking into making a formatter this afternoon but I have never done something like this and it's a daunting task. I have the SyntaxNode tree but then to enforce rules on this is no easy task for me. In case of a breakthrough I'll make it public. |
Beta Was this translation helpful? Give feedback.
-
Hey, this is Laurenz from Typst. Thanks for asking about the name and logo! You are free to use the name "Typst LSP", but only in a non-commercial context. The same holds true for the Typst logo. If you use it, please reproduce it accurately (colors/fonts). You can use the version from our website. Should you decide to create a modified version of the logo, please do it in a way that makes it clearly distinguishable from our logo. For all commercial usages of our name or logo, you would need to obtain permission from us. |
Beta Was this translation helpful? Give feedback.
-
We've released! https://open-vsx.org/extension/nvarner/typst-lsp |
Beta Was this translation helpful? Give feedback.
-
Thanks to the many PRs we're getting, the LSP is nearly ready for its first release! Here's what has to happen first:
preview
branch (if not covered by add release action #7)prettier
support to TS (Add prettier and format files #16)cargo check
andcargo fmt
pull requests #12If anyone would like to suggest a name, please feel free to do so here.
Beta Was this translation helpful? Give feedback.
All reactions