Releases: Yoav6/Obsidian-SpellFix
1.1.1
1.1.0
Refractor to comply better with community site checks
1.0.9
Add setting to skip spelling corrections inside LaTeX math environments (on by default)
1.0.8
Add setting to ignore plural words that appear singular in dictionary
1.0.6
- Removed dictionary caching. Now the dictionary is reread every time a word is checked so there's no latency between adding a word to dictionary and detecting that it's there.
- Added setting to ignore capitalized words if they appear uncapitalized in the dictionary.
- The 'Skip code blocks' feature that was supposed to be included in the last release is now included
1.0.5
Added 'Skip code blocks' setting.
When active, autocorrect will never modify words inside codeblocks (inline and fenced), and 'Fix previous spelling' will only apply when the cursor is inside a code block (inline and fenced), otherwise it will skip it and keep iterating on the rest of the line.
This setting is on by default.
1.0.4
Added "Suggestions to prioritize" feature.
Add suggestions to the "Suggestions to prioritize" field in the settings, and they will be selected first among other suggestions. By default, the field includes the eight most common words in English:
- the
- of
- and
- a
- to
- is
- that
- it
1.0.3
Changed character separator in settings to _ instead of space, to allow ignoring suggestions that have space in them. If you already added suggestions or single letters to ignore, you'll need to go and change all the spaces to underscores.
1.0.2
Added "Toggle Autocorrect" command
1.0.1
Merge remote changes and resolve manifest.json conflict