Matej Vavro Productivity2k downloadsEnhances Bases by adding dynamic search filtering to base code blocks.
Supercharge your Obsidian Bases workflow with dynamic search filtering — filter any base query instantly
Watch this quick video tutorial to see Bases Improvements in action:
Quick Links:
Bases Improvements is currently awaiting approval for the Obsidian Community Plugin store. In the meantime, you can install it using one of these methods:
The easiest way to install and keep Bases Improvements up to date:
https://github.com/Real1tyy/BasesImprovementsBenefits: Automatic updates, smooth experience, one-click installation
main.jsmanifest.jsonstyles.css{VaultFolder}/.obsidian/plugins/bases-improvements/Note: All releases are versioned and tagged for easy reference.
Once approved for the Community Plugin store, you'll be able to install Bases Improvements directly from Settings → Community Plugins → Browse.
Bases Improvements automatically injects a search input field above every base code block in your notes. As you type, the plugin dynamically updates the base block content to include a file.name.contains("value") filter, making it easy to search and filter your query results on the fly.
.base files```base
FROM notes
SELECT title, date
```
```base
FROM notes
WHERE file.name.contains("meeting")
SELECT title, date
```
The filter is automatically injected and your base query updates in real-time!
base)If you find Bases Improvements useful and want to support its ongoing development, please consider becoming a sponsor. Your contribution helps ensure continuous maintenance, bug fixes, and the introduction of new features.
Every contribution, no matter the size, is greatly appreciated!
MIT-licensed. PRs welcome!