No description
Find a file
2024-07-27 18:37:11 -07:00
README Assets Added simple implementation of selectWord command. Updated README and manifest 2024-04-25 19:15:25 -07:00
.editorconfig Initial commit 2024-04-25 18:11:30 -07:00
.eslintignore Initial commit 2024-04-25 18:11:30 -07:00
.eslintrc Initial commit 2024-04-25 18:11:30 -07:00
.gitignore Initial commit 2024-04-25 18:11:30 -07:00
.npmrc Initial commit 2024-04-25 18:11:30 -07:00
esbuild.config.mjs Initial commit 2024-04-25 18:11:30 -07:00
LICENSE Create LICENSE 2024-04-25 19:20:01 -07:00
main.ts Remove default hotkey 2024-05-07 19:10:00 -07:00
manifest.json Remove repo link from manifest 2024-05-07 19:09:29 -07:00
package.json Added simple implementation of selectWord command. Updated README and manifest 2024-04-25 19:15:25 -07:00
README.md Update README.md 2024-07-27 18:37:11 -07:00
tsconfig.json Initial commit 2024-04-25 18:11:30 -07:00
version-bump.mjs Initial commit 2024-04-25 18:11:30 -07:00
versions.json Initial commit 2024-04-25 18:11:30 -07:00

Obsidian Select Word Plugin

This is a simple plugin for Obsidian (https://obsidian.md) that selects the word that is closest to the Text Editor's caret.

There is no default hotkey.

  • To change the hotkey, open the Settings dialog, go to the Hotkeys panel and search for "Select word".
  • Alternatively, you can click the + icon next to the plugin's on/off switch in the Community Plugins panel.

This is a very basic solution - I might improve it later.

Open Issues

Plugin doesn't work on title text

Might be handy to add an option to select whole hyperlinks rather than words inside the hyperlink