Joseph Kato
Joseph Kato
The frontmatter issue should be fixed in the next release.
This is going to be available in the next release through an external tool, [mdx2vast](https://github.com/jdkato/mdx2vast), which I've created. I've been testing it and the results have been good, including being...
Yes, there's going to be overhead associated with calling out to an external JavaScript dependency. This can likely be optimized some (I haven't spent any time looking into this), but...
See https://github.com/errata-ai/vale/issues/320.
I'd like to add support for new code languages through tree-sitter, rather than the now-deprecated method of regex. Vale uses [github.com/smacker/go-tree-sitter](https://github.com/smacker/go-tree-sitter), which doesn't include Zig by default. You can either...
This should be very possible, as most of the required functionality is already in place. The steps would be: 1. Add support for Pod markup files. Essentially, this means writing...
That's a fair concern. The idea here is to be 100% opt-in through either the use of the Vale Studio Rule Generator (you supply the prompt + examples) or in-editor...