No description
Find a file
2025-05-19 23:28:26 +03:00
.editorconfig first commit 2023-07-12 19:33:20 +03:00
.eslintignore first commit 2023-07-12 19:33:20 +03:00
.eslintrc first commit 2023-07-12 19:33:20 +03:00
.gitignore first commit 2023-07-12 19:33:20 +03:00
.npmrc first commit 2023-07-12 19:33:20 +03:00
esbuild.config.mjs first commit 2023-07-12 19:33:20 +03:00
LICENSE fixes 2023-07-12 20:16:25 +03:00
main.ts closes #6; should now properly handle unnamed groups 2025-05-19 23:28:26 +03:00
manifest.json closes #6; should now properly handle unnamed groups 2025-05-19 23:28:26 +03:00
package-lock.json closes #5; now image extensions are ignored from content indexing 2025-03-26 17:00:55 +02:00
package.json implementing changes requested in community plugin PR 2023-07-13 19:18:17 +03:00
README.md first commit 2023-07-12 19:33:20 +03:00
tsconfig.json first commit 2023-07-12 19:33:20 +03:00
version-bump.mjs first commit 2023-07-12 19:33:20 +03:00
versions.json updating release/version info 2024-06-25 19:01:07 +03:00

Obsidian Simple Canvasearch Plugin

Just install, set a shortcut for the search modal action, then you can use it to fuzzy-search and navigate within your canvas page.

Settings

You can search note titles only or include note contents in the fuzzy search, but this can potentially slow you down if your canvas is very large as it is not optimized at all.