Tirth Jain
Tirth Jain
Fixes: #414 Aims to let user-defined resolvers for Interfaces and Queries work. For example users can define a union like: ```graphql union SearchItem = Actor | Movie ``` And the...
A user must be able to configure a template for fleets or notes. This would be especially helpful with fleets as they would make making things like day planners much...
Maybe some pre-open, post-save hooks? If someone wants to work on this, drop a comment and I'll explain further.
Tags should be saved in the frontmatter something like this: ```yaml --- ... tags: ["tag1", "tag2", "tag3"] --- ``` The CLI should accept tags using a flag. ```bash $ zettl...
Got this message while using the language server with Neovim. ``` LSP[julials] Julia Extension: Please contact us! Your extension just crashed with a bug that we have been trying to...