astrale-sharp
astrale-sharp
This would use a trait on each field ```rs pub trait T: Deserialize { fn get_description(); fn get_type(); fn get_enum(); fn get_enum_descriptions(); } ``` we could have a macro to...
Hey there :) I just released 0.2.7 of typstfmt, could we maybe setup dependabot or something, I'm growing tired of editing the tag myself :innocent:
- [ x ] Error reporting - [ x ] Hovering support - [ x ] Completion support - Integrate pdf or png viewer - Jump to source - Goto...
Go to see the current result, it's *Hella cute* I assume the frames are generated from svg? I think next step would be to find this information in metadata or...
Hey dear followers, I've started working on the long waited refactor to keep raw blocks and `//typstfmt::off` to drift right as well as other problems. This is a complex task...
``` #figure( image("glacier.jpg", width: 70%), caption: [ _Glaciers_ form an important part of the earth's climate system. ], ) ```
To any nix fans out there, It's been reported on the discord that it might not be working, if someone can fix and document it, it would be appreciated
Something in the lines of https://github.com/typst/typst/pull/1811 would be awesome (I'll work on this except if someone else wants to) you can see a starting point in the branch grid
### Description Hey :) The title is self explanatory, I did take a look at the gradient and completions implementation and I'm not sure why it doesn't get autocompleted The...