Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Power Search

aviral-batraaviral-batra5k downloads

Search notes based on current line.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates13

Obsidian search is a plugin that allows you to search your notes while you are typing in obsidian (you can currently search your obsidian notes and your anki notes). This has a few benefits:

  • helps you to better link your ideas as you can link similar information when you see similar note text
  • helps prevent redundancy as you can see where you have written something else before
  • easier maintainence of notes as you can update them whenever you see something you want to change

General setup

  1. Install the plugin from community plugins
  2. Select your debounce refresh timeouts and activate the indexes you want to search by enabling their toggles
  3. Search happens automatically!

Setup for built in indexes

Obsidian

Automatic - just activate in settings!

Anki

  1. Install ankiconnect in anki if you haven't already
  2. Go to Tools -> Addons -> AnkiConnect -> Config and add the line app://obsidian.md to webCorsOriginList, so it is something like this, if you haven't touched the config before
{
    "apiKey": null,
    "apiLogPath": null,
    "webBindAddress": "127.0.0.1",
    "webBindPort": 8765,
    "webCorsOrigin": "http://localhost",
    "webCorsOriginList": [
        "http://localhost",
        "app://obsidian.md"
    ]
}
  1. Restart Anki to apply the changes
  2. Run the plugin with anki running in the background
  3. Activate the anki index in settings

Activating indexes

You can toggle the setting for the index within the "Power Search" Settings tab in obsidian. Toggle the index switch to add a certain type of note to the content to be searched (and rendered in the pane).

Setup for external indexes

TODO

Use

Obsidian power search is an automatic plugin - you don't have to activate the search in any way, just configure and go! While you are typing, it will search your anki notes (more searchable content types added to the index in the future, including custom types) for the line or block of text you are writing (surrounded by whitespace) and provide the best results. There is an obsidian command to reopen the search result pane if it is ever closed.

Config

TODO

Integration with other plugins

TODO

API

TODO

TODO

Now

  • highlight results

Future

  • only update flexsearch index with changed notes/cards + keep the display etc. stored for use if the cards are not changed

  • error - use already loaded notes to get ids if notes not loading (when removing index)/ whatever the problem is - id is undefined when anki index not able to load

  • index specific settings e.g. obsidian index remove current file from rendered results

  • inspired by siac section in readme

  • make card shadow darker

  • add search query history to undo search history

  • cache search results

  • make ui blend in with theme

  • add a search bar at top of widget

  • different columns show different types of notes

  • pin searches

  • paginate results and allow page limit configuration

  • deal with cannot connect to anki errors

  • search blocks vs line option

  • sources other than anki (allow registering "sources" through api)

  • allow index and search customisation

  • highlight words that are part of the search

  • have stripped and highlighted section as toggle and then the original html as the expand content under the toggle

  • allow typos?

  • Allow selection of search results themselves to search for more notes (see other siac functionality)

  • fix image error console

  • make general index creator accessible by api to allow others to add their own searchable content to the index

  • anki css for notes (override plugin css? + make this an option?)

  • use svelte components?

  • integration with obsidian to anki? i.e. find the note using the id (not necessary due to obsidian link?)

  • refresh index command? + option to not debounced refresh index on each search

  • set min search debounce timeout to be equal to an arbitrary large search + rendering time rounded up to the nearest hundred + 100 so that another search is not started while the previous one is being rendered/add a variable which states the search is still going on and don't let a new search start if this variable is true

HealthFair
ReviewRisks
About
Search notes in real time as you type, including Obsidian files and Anki notes. Display matching lines and blocks in a side pane to spot duplicates, link related ideas, and update notes on the fly. Keep results updated automatically for immediate context.
SearchSidebarIntegrations
Details
Current version
0.0.13
Last updated
4 years ago
Created
5 years ago
Updates
13 releases
Downloads
5k
Compatible with
Obsidian 0.13.0+
Platforms
Desktop only
License
GPL-3.0
Report bugRequest featureReport plugin
Author
aviral-batraaviral-batra
GitHubaviral-batra
  1. Community
  2. Plugins
  3. Search
  4. Power Search

Related plugins

Claude Sidebar

Run Claude Code in your sidebar.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.