Skip to content

Releases: scambier/obsidian-omnisearch

1.0.1

27 Apr 15:06
Compare
Choose a tag to compare

1.0.0

27 Apr 05:32
Compare
Choose a tag to compare

0.2.5

24 Apr 07:39
Compare
Choose a tag to compare
  • 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

23 Apr 06:24
Compare
Choose a tag to compare

0.2.2

22 Apr 21:10
Compare
Choose a tag to compare
  • Fixed broken note creation with shift+enter
  • Refactored the events management

Full Changelog: 0.2.1...0.2.2

0.2.1

21 Apr 20:34
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

0.2.0

20 Apr 15:22
Compare
Choose a tag to compare

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

17 Apr 07:51
Compare
Choose a tag to compare

0.1.7

15 Apr 15:17
Compare
Choose a tag to compare

Fixed an XSS vulnerability

0.1.6

14 Apr 18:42
Compare
Choose a tag to compare

Fixes:

Changes:

  • Added headings into the weighting algorithm