I have released a plugin that corrects words that start with two consecutive capital letters, as you know it from Microsoft Word, Outlook and many other programs.
Only words that are at least 3 letters long and begin with exactly 2 capital letters are corrected.
There is a field in the options where you can add exceptions if you write words like FRs or PRs more often.
Within an inline or multiline code block will not be corrected.
Link to the repository on Github
or click this Link to download the plugin directly into your vault from the official plugin store.
I’m sorry for being blunt but why not add your regex match and replacement rule and advise people to add it to their Linter plugin’s custom rules.
Linter already has dozens of built-in rules. Why would people want to install yet more plugins.
We need to cut down on plugins.
I didn’t know that the linter plugin supported such a thing, nor would I know how to exclude code blocks via regex. Since I don’t use the Linter, I prefer a lightweight plugin like mine that hardly causes any overhead.
I originally developed the plugin for myself because I was missing this feature in Obsidian, and I think it can offer added value to others as well, especially for users who don’t use the linter or prefer a particularly simple solution. It’s my first plugin, and even though it’s little and not complex code, I’m quite happy that it works so well.
Of course the linter is a good solution if that suits you better. My plugin is just another option.