Releases: scambier/obsidian-omnisearch
Releases · scambier/obsidian-omnisearch
1.0.1
1.0.0
0.2.5
- Faster loading times, thanks @pjeby
- Refactored the Svelte components to reduce code duplication
- Removed the bold from results title, so highlighted terms are visible
- Basic setup for unit tests (now I have to write them...)
- Building ES2021 code instead of ES6, since Electron supports it. The build file is also smaller, and (should be a bit) faster
Full Changelog: 0.2.3...0.2.5
0.2.3
0.2.2
- Fixed broken note creation with shift+enter
- Refactored the events management
Full Changelog: 0.2.1...0.2.2
0.2.1
Full Changelog: 0.2.0...0.2.1
0.2.0
Changelog
- In-file search! 2 ways to access it:
- From the active file, through the "Omnisearch: In-file search"
- From the "Omnisearch: Vault search" selected note, with "alt+enter"
- There's no weighting for in-file search results, they're just displayed in order
- The plugin has been rewritten with Svelte
- Debounced search for smoother results loading
- Removed the yellow highlight in favor of a simple bold. You can customize the
.omnisearch-highlight
css class with a snippet.
All pending feature requests will be adressed after Omnisearch submission into the official plugins repo.
0.1.8
0.1.7
Fixed an XSS vulnerability