pyspelling
pyspelling copied to clipboard
Spell checker automation tool
Instead of: ``` Misspelled words: README.md: html>body>h1>a>img[alt] ``` Is it possible to get something more useful, such as: Misspelled words: ``` ./README.md:ROW:COLUMN: html>body>h1>a>img[alt] ```
Write a better guide to get started quickly. Ideally start from a simple, no pipeline example and increase complexity. Reference #169
A filter for [gettext .po files](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) would allow verifying that the text in the input language was spelt correctly, thereby finding errors in the text of many other formats which...
The old action for using msys2 is currently broken. Take a look at some alternatives such as https://github.com/msys2/setup-msys2.
I recently started adding collapsible sections to the Markdown files in my repo to hide certain sections as per the GitHub docs: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections Markdown sample from the GitHub docs link...