Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.41 KB

Sentence Navigator

This Obsidian plugin lets you manipulate sentences as a unit of movement. Select, move and delete by whole sentences. Credit for the original idea goes to @seatrout.

Command Shortcut *
Delete to beginning of sentence Ctrl + Shift + Backspace
Delete to end of sentence Ctrl + Shift + Delete
Move to start of current sentence Not set
Move to start of next sentence Not set
Select current sentence Not set

* On macOS, replace Ctrl with Cmd


Installing the plugin

Refer to the official installation instructions for third-party plugins here.

Configuring settings

Go to Settings → Hotkeys to customise the keyboard shortcut for each action.

Contributing

Contributions and suggestions are welcome – feel free to open an issue or raise a pull request.

To get started:

  • Switch to the specified Node version: nvm use
  • Install dependencies: yarn install
  • Run the extension: yarn start
  • Run tests: yarn test (use --watch for watch mode)