AppForce1 / nova-vale-linter-extension

Nova editor extension for Vale doc linting.
MIT License
0 stars 0 forks source link

Share extension with Vale author #1

Open jeroenleenarts opened 1 year ago

jeroenleenarts commented 1 year ago

The extension is still very basic, partly due to my lack of JS experience. But it is a good baseline and I see a lot of similarities with the VS.code extension.

I think the extension now only lints markdown (md) files.

Curious to learn what @jdkato thinks.

jdkato commented 1 year ago

I'm always happy to see Vale being used in new ways. When you think it's ready, we can add a link to this from the documentation on extensions.

ChrisChinchilla commented 2 months ago

Hey, @jeroenleenarts, I was working on a text editor round-up and also just came across this. How did you find creating extensions for Nova? Was it worth it? Does Nova support LSP?

jeroenleenarts commented 2 months ago

It's quite basic. Mostly it interprets command line output to annotate lines in the editor.