All Projects → qawatake → obsidian-core-search-assistant-plugin

qawatake / obsidian-core-search-assistant-plugin

Licence: MIT license
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview

Programming Languages

typescript
32286 projects
Svelte
593 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to obsidian-core-search-assistant-plugin

obsidian-convert-url-to-iframe
Plugin for Obsidian.md to convert a selected URL to an iframe.
Stars: ✭ 132 (+123.73%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-pangu
为 Obsidian 笔记加上「盘古之白」,排版强迫症者的福音。 | A small plugin aims to add space between Chinese Characters and English Alphabet, and it is a boon for typographically compulsive people.
Stars: ✭ 40 (-32.2%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-budget-wysiwyg
Obsidian plugin that automatically switches between preview and source mode.
Stars: ✭ 25 (-57.63%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-tweet-to-markdown
An Obsidian.md plugin to save tweets as Markdown files.
Stars: ✭ 35 (-40.68%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-search-on-internet
Add context menu items in Obsidian to search the internet.
Stars: ✭ 79 (+33.9%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-emoji-toolbar
No description or website provided.
Stars: ✭ 35 (-40.68%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-icon-swapper
Allows swapping out Obsidian's icons
Stars: ✭ 30 (-49.15%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-kanban
Create markdown-backed Kanban boards in Obsidian.
Stars: ✭ 974 (+1550.85%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-metatemplates
Take advantage of YAML front-matter in generating notes from templates (for obsidian.md)
Stars: ✭ 68 (+15.25%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-tracker
A plugin tracks occurrences and numbers in your notes
Stars: ✭ 661 (+1020.34%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-podcast-note
A plugin for the note taking app Obsidian that lets you add podcast meta data to your notes.
Stars: ✭ 24 (-59.32%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-query2table
Represent files returned by a query as a table of their YAML frontmatter (for obsidian.md)
Stars: ✭ 24 (-59.32%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-readwise
Sync Readwise highlights into your obsidian vault
Stars: ✭ 79 (+33.9%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-rollover-daily-todos
An obsidian plugin that rolls over todo items from the previous daily note
Stars: ✭ 52 (-11.86%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-charts
Charts - Obsidian Plugin | Create editable, interactive and animated Charts in Obsidian via Chart.js
Stars: ✭ 177 (+200%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
oz-clear-unused-images-obsidian
Obsidian plugin to clear the images that are not used in note files anymore
Stars: ✭ 92 (+55.93%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-style-settings
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
Stars: ✭ 205 (+247.46%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-community-list
📃 • updated list of community themes & plugins for obsidian.md!
Stars: ✭ 16 (-72.88%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-todoist-plugin
Materialize Todoist tasks in Obsidian notes
Stars: ✭ 521 (+783.05%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md
obsidian-link-archive
Link Archive plugin for Obsidian
Stars: ✭ 94 (+59.32%)
Mutual labels:  obsidian, obsidian-plugin, obsidian-md

Core Search Assistant

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].