pyspelling icon indicating copy to clipboard operation
pyspelling copied to clipboard

Spell checker automation tool

Results 6 pyspelling issues
Sort by recently updated
recently updated
newest added

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] ```

S: triage

Write a better guide to get started quickly. Ideally start from a simple, no pipeline example and increase complexity. Reference #169

C: docs
T: maintenance

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...

T: feature
S: needs-decision
P: maybe

The old action for using msys2 is currently broken. Take a look at some alternatives such as https://github.com/msys2/setup-msys2.

T: maintenance
skip-triage

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...

S: more-info-needed
S: triage