Skip to content

Releases: zsviczian/excalibrain

ExcaliBrain 0.1.11

29 Aug 19:51
Compare
Choose a tag to compare

New

  • Added setting to disable AutoZoom #88
  • Added setting to disable Autofocus on search when opening ExcaliBrain #87
    Both new settings are at the bottom of the "Display" section in settings, right above the "Styling" section.

Fixed

  • When started, ExcaliBrain will open showing the file that was open last before invoking ExcaliBrain
  • When navigating ExcaliBrain it will reuse the leaf showing the document active in ExcaliBrain instead of opening a new leaf or reusing a (seemingly) random leaf.

Excalibrain 0.1.10

23 Aug 20:05
Compare
Choose a tag to compare

Fixes impact of breaking change in Dataview 0.5.42 (#86)

ExcaliBrain 0.1.9

21 Aug 12:37
Compare
Choose a tag to compare

Downgrading to React 17 due to stability issues.

ExcaliBrain 0.1.8

15 Aug 19:35
Compare
Choose a tag to compare

I implemented some improvements to the layout. The graph uses 1,2,3,4 and 5 columns to display information in a more adaptive and intelligent manner. I also reduced the distance between parents and siblings, so the graph looks slightly more compact.

ExcaliBrain 0.1.7

14 Aug 19:23
Compare
Choose a tag to compare

Fixing Obsidian 0.16.0 compatibility issues

ExcaliBrain 0.1.6

11 Aug 20:32
Compare
Choose a tag to compare

Fixed:

  • Links that included a block reference did not get processed as part of the ontology (#79).

ExcaliBrain 0.1.5

08 Aug 20:35
Compare
Choose a tag to compare

New feature

  • I added a plugin setting option to reverse the logic for interpreting links and backlinks. If reverse logic is used backlinks become children and links become parents unless otherwise defined by your ontology. (#78)
  • I added a plugin setting to change the time interval of the index-update timer. By increasing the interval you can reduce the overhead on your system. I also added a new feature to update the index whenever you switch work panes, in case a file has changed in your Vault since the last index update.

Fixed

  • canvas color change stopped working (#77)
  • Duplicate "tag-tree" #74

ExcaliBrain 0.1.4

09 Jul 17:18
Compare
Choose a tag to compare

Minor improvement to improve Obsidian 0.15.5 compatibility.

ExcaliBrain 0.1.3

05 Jul 19:13
Compare
Choose a tag to compare

Fixed:

  • Clicking a node changed the active page, but did not move the graph to the new page, had to click twice.

ExcaliBrain 0.1.2

05 Jul 18:40
Compare
Choose a tag to compare

Fixed

  • Restarting of ExcaliBrain after Excalidraw is turned off and on again (typical case is the installation of an Excalidraw update) works as expected again.
  • corrected spelling of Ontology
  • Corrected error, sometimes ExcaliBrain went blank when clicking a link for no apparent reason (restarting resolved the issue)
  • Added Ontology suggester mid-sentence trigger and an option for bold field names. You may add fields mid-way in sentences following one of these two formats:
We met at [location:: [[XYZ restaurant]]] with [candidate:: [[John Doe]]]
We met at (location:: [[XYZ restaurant]]) with (candidate:: [[John Doe]])