Releases: timhor/obsidian-sentence-navigator
Releases · timhor/obsidian-sentence-navigator
1.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)
1.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)
1.1.1
- New feature: added setting to configure sentence regex
1.0.1
- Bug fix: move to start of next sentence works properly again