rojopolis / spellcheck-github-actions

Spell check action
MIT License
132 stars 38 forks source link

can you add a feature that ignores specific sections in an md file? #162

Closed clubanderson closed 1 year ago

clubanderson commented 1 year ago

I have UIDs in some of our codeblocks. I do not want to ignore codeblocks altogether. Is it possible to ignore specific sections of text?

jonasbn commented 1 year ago

Hi @clubanderson

The GitHub Action is just a wrapper around PySpelling you should direct you inquiry to that specific repository.

We can add features which have to do with the action and it's execution, but I believe that what you request would be a core feature, so the actual PySpelling component would be the place of interest.

jonasbn commented 1 year ago

Hi @clubanderson

This is actually a nifty idea, I have see many other linters which do something similar.

But it is up to @facelessuser, he is the maintainer of PySpelling

clubanderson commented 1 year ago

I think this would be a great addition for markdown support.