Vale.sh – A Linter for Prose
vale.sh
Vale.sh – A Linter for Prose
1–10 of 89 posts
Re: Vale.sh – A Linter for Prose
#2Re: Vale.sh – A Linter for Prose
#3Re: Vale.sh – A Linter for Prose
#4Re: Vale.sh – A Linter for Prose
#5I have used it previously, it's nice for documentation especially when engineers needs to write it but can be very daunting to setup and depressing when you receive hundreds of automated comments in a single PR.
Re: Vale.sh – A Linter for Prose
#6But what is it? Is this like Grammarly? Maybe LanguageTool? I paged through most of the docs and I’m still not entirely sure what this does or why I might want to use it.
Re: Vale.sh – A Linter for Prose
#7But what is it? Is this like Grammarly? Maybe LanguageTool? I paged through most of the docs and I’m still not entirely sure what this does or why I might want to use it.
I currently use crate-ci/typos in my CI runs (it's great, humans often miss dumb typos), vale looks like typos but supercharged (but limited to markdown files?).
Re: Vale.sh – A Linter for Prose
#8Re: Vale.sh – A Linter for Prose
#9Personally interested where the confusion is- maybe unfamiliarity with "linting" or "prose"?
Re: Vale.sh – A Linter for Prose
#10Since there’s a few confused comments, and I was(/am?) confused too, I think this is pretty literally what the title says. I think a good metaphor would be "eslint but for written text instead of code."
A free, local, grammar checker that I can integrate into my existing editor? Pretty cool!
Update: Oh, cool! After installing the third party language server they recommend that wraps Vale, I have decent realtime grammar checking in my editor of choice.