Release v1.4.1
Obsidian review did not like a few code formatting from 1.4.0. Now they fixed.
Doubling description of 1.4.0 below.
Added features
Selection Mode
Run a semantic search on any selected text passage — not just the active note.
When enabled (Settings → Selection Mode), a highlighter button appears in the panel header. Select 5 or more words in any note, click the button, and the panel switches to showing notes semantically related to that passage. Click the button again to return to the normal view.
How it works
Only works in Editor mode.
- The selected text is embedded on the fly using your configured model
- Results use the same threshold and Top N settings by default, but can be configured to use different ones.
Selection entry (list view): A collapsible card at the top shows the source note and a preview of the selected text. Click it to open the Selection Text Popup.
Selection node (graph view): Click the center node it to open the Selection Text Popup.
Selection Text Popup: Shows the full selected text (selectable, with a Copy button) and a Find button that opens the original passage.
QOL changes
- Center node color is now configurable