Skip to content

Releases: Yoav6/Obsidian-SpellFix

1.1.1

24 Jun 13:54

Choose a tag to compare

Additional refractor to comply with community site recommendations

1.1.0

24 Jun 13:31

Choose a tag to compare

Refractor to comply better with community site checks

1.0.9

13 Jun 10:05

Choose a tag to compare

Add setting to skip spelling corrections inside LaTeX math environments (on by default)

1.0.8

12 Mar 13:53

Choose a tag to compare

Add setting to ignore plural words that appear singular in dictionary

1.0.6

09 Feb 04:05

Choose a tag to compare

  • 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

07 Feb 10:12

Choose a tag to compare

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

06 Feb 11:59

Choose a tag to compare

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

05 Feb 08:54

Choose a tag to compare

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

04 Feb 08:14

Choose a tag to compare

Added "Toggle Autocorrect" command

1.0.1

28 Jan 21:02

Choose a tag to compare

Merge remote changes and resolve manifest.json conflict