Better Search Views

by Ivan Lednev
5
4
3
2
1
Score: 36/100

Description

Category: Data Visualization

The Better Search Views plugin is a game-changer for anyone who relies heavily on Obsidian's search features. With this plugin, you'll be able to see your search results in a whole new light. Gone are the days of simple text-based searches - now you'll get an outliner-like context around every match, complete with breadcrumbs and hierarchical rendering. This means that you can quickly and easily navigate through your notes, backlinks, and queries like never before. The plugin even includes features like hover-over pop-ups and clickable breadcrumbs to make it even easier to explore your content. Whether you're a power user or just looking for a more intuitive way to search your notes, Better Search Views is definitely worth checking out.

Reviews

No reviews yet.

Stats

352
stars
43,013
downloads
18
forks
998
days
524
days
524
days
3
total PRs
3
open PRs
0
closed PRs
0
merged PRs
61
total issues
42
open issues
19
closed issues
3
commits

Latest Version

a year ago

Changelog

  • Fix plugin not loading after recent Obsidian release.
  • Render images in matches
  • Tighten up styles in matches

README file from

Github

Better Search Views

Warning

  • You need to reload Obsidian after you install/update/enable/disable the plugin
  • The plugin reaches into Obsidian's internals, so it may break after an update. If you noticed that, please create an issue

How to use it

Just install it and reload Obsidian. Now Obsidian's built-in global search, backlinks and queries should be decorated with breadcrumbs.

What it does

Before 'Better Search Views', search results look like this:

image

After 'Better Search Views' they look like this:

image

A closer look

Let's open one of the files with matches, and see how the hierarchy in the search result matches the file: image

But what does it do exactly?

The plugin brings more outliner goodness into Obsidian: it improves search views to create an outliner-like context around every match.

  • It patches native search, backlinks view, embedded backlinks and embedded queries
  • It renders markdown in the match to HTML
  • It builds structural breadcrumbs to the match by chaining all the ancestor headings and list items above
  • If the match is in a list item, it displays all the sub-list items below it
  • If the match is in a heading, it displays the first section below the heading (you know, for context)

image

Embedded queries look like this

image

Clicking on breadcrumbs works just as you might expect

image

Hovering over any element with the control key pressed triggers a pop-up

image

Contribution

If you noticed a bug or have an improvement idea, please create an issue.

Pull-requests are welcome! If you want to contribute but don't know where to start, you can create an issue or write me an email: [email protected].

You can also support the development directly:

Acknowledgements

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.