Skip to content

Obsidian plugin for manipulating sentences as a unit of movement

License

Notifications You must be signed in to change notification settings

lumitry/obsidian-sentence-navigator

 
 

Repository files navigation

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)

About

Obsidian plugin for manipulating sentences as a unit of movement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 2.8%
  • Shell 0.2%