Skip to content

Release v1.5.0

Choose a tag to compare

@Artieficr Artieficr released this 12 Jul 21:48
· 18 commits to main since this release

Added features

Live Mode

Now you can see semantically related notes to text you're typing in real time. It might get handy when you need to see related notes not to the whole active note, but to a specific segment. Selection Mode was doing almost the same job, but now you don't need to select text at all. It tracks either your current paragraph or the last N words before the cursor, and re-embeds it automatically a short pause after you stop typing.

When enabled (Settings → Additional Modes → Live Mode), a corresponding button appears in the side panel header to turn the mode on and off.

QOL changes

  • Clear related field command now informs, that exceptions are not touched.
  • Side panel now shows backlinks and outgoing links even if an active note is not indexed. You can still index note by either clicking the index note button in the list view or the central node in the graph view (it now has warning triangle if note is not indexed).
  • Selection Mode tab is renamed to Additional Modes and now shows both Selection and Live modes.
  • Switch from display() to getSettingDefinitions() so you can search for settings globally.

Bug fixes

  • Side panel index button was indexing the whole vault instead of only indexing active note.
  • In Selection mode Graph nodes did not display outgoing/backlinks indicators.