pad readme, make hotkeys optional
Some checks failed
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled

This commit is contained in:
2026-02-24 22:00:12 -05:00
parent 44b505b4e6
commit 28ebf6a4a8
3 changed files with 788 additions and 381 deletions

View File

@@ -124,6 +124,20 @@ Quick file management commands.
| Duplicate File | Create a copy of the current file in the same folder |
| New Adjacent File | Create a new file in the same folder as the current file |
### Sentence Navigation
Navigate and manipulate text at the sentence level. Perfect for prose editing and working with paragraph-style content.
| Command | Description |
|---------|-------------|
| Delete to start of sentence | Remove all text from cursor to the beginning of the current sentence |
| Delete to end of sentence | Remove all text from cursor to the end of the current sentence |
| Select to start of sentence | Select text from cursor to the beginning of the current sentence |
| Select to end of sentence | Select text from cursor to the end of the current sentence |
| Move to start of current sentence | Jump the cursor to the beginning of the current sentence |
| Move to start of next sentence | Jump the cursor to the beginning of the next sentence |
| Select current sentence | Select the entire sentence where the cursor is located |
### Utility Commands
| Command | Description |
@@ -171,6 +185,7 @@ This plugin merges and refactors functionality from:
- **obsidian-tweaks** - Better formatting, directional copy/move, file operations
- **obsidian-editor-shortcuts** - Line operations, case transformation, navigation, multi-cursor support
- **heading-toggler** - Heading toggle with formatting strip
- **obsidian-sentence-navigator** - Sentence-level navigation and manipulation
## License