Vale [1] is an open source command-line tool used to enforce editorial style guidelines in texts. It doesn’t work with word processors such as LibreOffice Writer. Instead, it’s tailored for documents composed in plain-text markup languages such as Markdown [2], re-StructuredText [3], AsciiDoc [4], or HTML. These markup languages are often used in documentation of open source projects, making Vale an ideal tool for enforcing a consistent style in software documentation. The list of Vale users [5] encompasses companies and projects such as Microsoft, Docker, Linode, Red Hat, GitLab, Grafana Labs, Neo4j, Angular, and Fedora.
Of course, Vale isn’t restricted to documentation. As long as you write your texts in one of the supported markup languages, Vale can check them. Since I’ve always written my magazine articles in Markdown, I…
