pad readme, make hotkeys optional
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user