elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
1.42k stars 28 forks source link

FR: Option to disable in Markdown links #104

Open chrisgrieser opened 2 months ago

chrisgrieser commented 2 months ago

Could there be an option to disable spellchecking the content of markdown links? There are many cases, where doing so just results in tons of false positives, e.g. in the list of GitHub repos.

ltex does have a setting to configure whether code blocks, inline code, or links should be spellchecked, and it would be useful if harper had such a setting as well.

Pasted image 2024-08-07 at 12 18 36@2x

elijah-potter commented 2 months ago

Absolutely! I've got some changes stashed that I want to polish first, but then it'll be top priority.

elijah-potter commented 1 week ago

but then it'll be top priority.

:billed_cap:

Sorry about that. @grantlemons, could you take this up? It should be pretty straightforward. I'd add an option to the Markdown parser to emit Unlintables for all tokens found inside a link.