Terminology Checks in Docs-as-Code Editors
If you’re writing documentation using a docs-as-code approach, chances are you’re using editors like Visual Studio Code or Notepad++. I use both regularly. One feature I often miss in these tools is built-in terminology checking. In this post, I’ll show you how to set up a script that runs in the background and checks your text against a simple termbase in real time.
About this Use Case While Visual Studio Code offers some options to check your content against certain rules using the Markdownlint plugin, I couldn’t find many options for Notepad++ aside from a simple spell check.