New plugin: Sentence Navigator

The Sentence Navigator plugin defines sentences as a unit of movement rather than lines, allowing you to easily navigate between individual sentences as well as select them. If you use Obsidian to write continuous prose, give this a try!

The operations currently available are:

  • Delete to beginning of sentence
  • Delete to end of sentence
  • Move to start of current sentence
  • Move to start of next sentence
  • Select current sentence

Andrew Brown (@acbrown) and I worked on this plugin together; please let us know if you have any feedback or suggestions.

8 Likes

v1.1.1

  • New feature: added setting to configure sentence regex

v1.2.0

  • Enhancement: select current sentence will ignore markdown bullet/numbered list characters at the start of a line
  • Bug fix: select current sentence no longer throws an error when performed on the last line (contributed by @lumitry)

v1.3.0

  • New feature: select to start of sentence
  • New feature: select to end of sentence
  • Enhancement: if cursor is at the start of a list item, move to start of current sentence will jump to the start of the previous sentence (this makes it compatible with the Outliner plugin)