No description
Find a file
2025-09-24 20:57:18 +09:00
.github Update CI workflow to use workflow_dispatch only (#77) 2025-09-24 20:57:18 +09:00
e2e-vault Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
scripts Run e2e tests in CI (#73) 2025-04-29 16:16:59 +09:00
src Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
tests Run e2e tests in CI (#73) 2025-04-29 16:16:59 +09:00
.gitignore Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
.tagpr tagpr (#70) 2025-04-27 20:29:16 +09:00
biome.json Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
CHANGELOG.md [tagpr] update CHANGELOG.md 2025-04-27 11:40:53 +00:00
esbuild.config.mjs Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
LICENSE Create LICENSE 2022-01-15 21:21:44 +09:00
manifest.json [tagpr] prepare for the next release 2025-04-27 11:40:53 +00:00
mise.toml Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
package.json Run e2e tests in CI (#73) 2025-04-29 16:16:59 +09:00
playwright.config.ts Run e2e tests in CI (#73) 2025-04-29 16:16:59 +09:00
pnpm-lock.yaml Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
pnpm-workspace.yaml Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
README.md cron CI (#75) 2025-04-29 16:39:22 +09:00
styles.scss change css class names 2022-02-24 11:03:16 +00:00
tsconfig.json Dev environment update (tests, Biome, pnpm) (#69) 2025-04-27 20:40:43 +09:00
versions.json update manifest 2023-05-03 12:51:58 +00:00

Core Search Assistant

ci

This plugin enhances the built-in search function by providing

  • keyboard interface,
  • card view,
  • bigger preview,
  • auto preview,

main-min focus-min

How to use

When you open the built-in search panel, you enter search mode. In the search mode, you can use the following hotkeys.

Key Action
Ctrl + N, Select the next item.
Ctrl + P, Select the previous item.
Ctrl + Space Preview the selected item. Currently not supported in the legacy editor. (Manual preview)
Ctrl + Enter Open the selected item.
Ctrl + Shift + Enter Open the selected item in a new pane.
Shift + Space Set search options.
Ctrl + ] Move to the next set of cards. (available only in card view.)
Ctrl + [ Move to the previous set of cards. (available only in card view.)
Ctrl + I Copy the wiki link of the selected item.
  • The hotkeys above are available only in the search mode, so don't worry about overwriting your hotkey settings.
  • You can customize hotkeys in the setting tab.
  • To exit the search mode, press Esc or click any part of the screen other than the search panel.

Auto Preview

There are three options for auto preview.

  1. none,
  2. single view,
  3. card view.

1. None

Manual preview by Ctrl + Enter is still available.

none-view-min

2. Single view

Previewed item can be scrolled unlike card view.

single-view-min

3. Card view

Available layouts:

  • 2 x 2,
  • 2 x 3,
  • 3 x 2,
  • 3 x 3.

If rendered results are wrong, press Enter to reload.

card-view-min

Manual Preview

Currently manual preview is not supported in the legacy editor.

In the preview modal, the following hotkeys are available.

Key Action
Ctrl + N, Scroll down a bit.
Ctrl + P, Scroll up a bit.
Space Scroll down a lot.
Shit + Space Scroll up a lot.
Ctrl + Enter Open the selected item.
Ctrl + Shift + Enter Open the selected item in a new pane.
Esc, Ctrl + Space Close the modal.
Tab Focus on the next match.
Shift + Tab Focus on the previous match.
Ctrl + E Toggle preview mode.
Ctrl + I Copy the wiki link of the selected item.
  • You can customize hotkeys in the setting tab.

focus-min

Search options

search-option-min

Trouble shooting

Hotkeys do not work after a search (issue #44)

Please reload Obsidian. If that does not help you, enable the Render cards manually option in the setting tab.