No description
Find a file
James Alexandre 19cbea6d27 fix: address remaining plugin review warnings (v1.5.3)
- Add descriptions to eslint-disable-next-line comments on prototype
  captures, satisfying the "undescribed directive comment" rule
- Use window.setTimeout() instead of activeWindow.setTimeout() per
  reviewer preference for timer functions
- Remove heading name from settings tab (was "Quick Select Settings");
  heading text must not include the plugin name or the word "settings"
- Remove builtin-modules devDependency; esbuild config now uses
  builtinModules from Node's native module package
2026-05-13 08:39:24 +10:00
.github Rename plugin to better reflect extended functionality 2024-08-21 14:21:20 +10:00
docs README Updates 2024-08-24 09:40:28 +10:00
src fix: address remaining plugin review warnings (v1.5.3) 2026-05-13 08:39:24 +10:00
.editorconfig Add Prettier File 2024-08-18 17:15:57 +10:00
.eslintignore Initial commit 2024-07-15 23:54:55 +10:00
.eslintrc Initial commit 2024-07-15 23:54:55 +10:00
.gitignore Initial commit 2024-07-15 23:54:55 +10:00
.npmrc Initial commit 2024-07-15 23:54:55 +10:00
.prettierrc Add Prettier File 2024-08-18 17:15:57 +10:00
esbuild.config.mjs fix: resolve all Obsidian plugin review warnings (v1.5.2) 2026-05-13 08:30:26 +10:00
LICENSE.txt v1.0.0 Release Prep 2024-07-23 14:35:02 +10:00
manifest.json fix: address remaining plugin review warnings (v1.5.3) 2026-05-13 08:39:24 +10:00
package-lock.json fix: address remaining plugin review warnings (v1.5.3) 2026-05-13 08:39:24 +10:00
package.json fix: address remaining plugin review warnings (v1.5.3) 2026-05-13 08:39:24 +10:00
README.md README Updates 2024-08-24 09:40:28 +10:00
styles.css fix: Fix Suggestor Text Misalignment 2026-03-02 22:02:45 +11:00
tsconfig.json Add Prettier File 2024-08-18 17:15:57 +10:00
version-bump.mjs Initial commit 2024-07-15 23:54:55 +10:00
versions.json fix: address remaining plugin review warnings (v1.5.3) 2026-05-13 08:39:24 +10:00

.github/workflows/release.yml

Obsidian Quick Select

Open any Obsidian modal and press Mod + number to quickly open that file/execute that command/select that tag/choose that suggestion!

Supercharge Your Workflow!

Supercharge your workflow

Quick Select works in all Obsidian modals including: the quick switcher, command palette (including all subsequent modals), slash command, search, even tags and alias!

Examples:

Quick Select Tags (Frontmatter/Inline)

Quick Select Tags (Frontmatter/Inline)

Quick Select Search Items

Quick Select Search Items

Hot Swap Workspaces

Supercharge your workflow—Workspaces

Quick Select Slash Commands

Supercharge your slash commands

And much more...


Mod Key Usage

  • MacOS: Command + number
  • Windows + Linux: Ctrl + number

This project is licensed under the terms of the MIT license.