mProjectsCode / obsidian-lemons-search-plugin

GNU General Public License v3.0
9 stars 0 forks source link

Lemons Search

A fast fuzzy finder based quick switcher with preview.

The plugin adds a new command Lemons Search: Open search that opens the quick switcher. The quick switcher lets you easily search all file paths in your vault and offers a quick preview of the selected search result.

exampleImage

To ensure top performance and high-quality results, the plugin is written in Rust using the nucleo-matcher create running in a web worker. This ensures that the majority of the computational load is taken off the main thread for a smoother feel.

Special Search Commands

Every query consists of search atoms separated by spaces. Spaces can be escaped using \. In the following illustration, each underlined part is a separate search atom.

movie Star\ Wars
----- ----------

Search atoms can be modified using special characters to change their behavior.

Keyboard Navigation

While the input field is focused, you can use the following special actions.

Mouse Navigation