Skip to content

Releases: PiersonG55/CamelCasePlugin

Release list

0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:25
  • Optimizations
  • Support for words.delimited.by.periods.

0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:21

Initial release
Camel Case Spellcheck checks individual words inside camelCase, PascalCase,
and snake_case in Obsidian.

Features:

  • Underlines only the misspelled component of a compound identifier.
  • Supports camel case, Pascal case, snake case, acronyms, and numeric boundaries.
  • Provides spelling suggestions in the editor context menu.
  • Supports adding words to Obsidian's spelling dictionary.
  • Uses a bundled US English dictionary and works entirely offline.
  • Skips code, comments, frontmatter, URLs, HTML, and Markdown link syntax.

Requirements

  • Obsidian 1.13.6 or newer.
  • Desktop only.
  • Obsidian's Spellcheck setting must be enabled.

Known limitations

  • The bundled base dictionary supports US English only.
  • Spellchecking applies to the Markdown editor, not Reading view.
  • Dictionary synchronization relies on an Electron API that is not part of Obsidian's documented plugin API.

See the README for installation, usage, privacy, and development details.