Releases: zsviczian/excalibrain
Releases · zsviczian/excalibrain
ExcaliBrain 0.1.11
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
Fixes impact of breaking change in Dataview 0.5.42 (#86)
ExcaliBrain 0.1.9
Downgrading to React 17 due to stability issues.
ExcaliBrain 0.1.8
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
Fixing Obsidian 0.16.0 compatibility issues
ExcaliBrain 0.1.6
Fixed:
- Links that included a block reference did not get processed as part of the ontology (#79).
ExcaliBrain 0.1.5
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
ExcaliBrain 0.1.4
Minor improvement to improve Obsidian 0.15.5 compatibility.
ExcaliBrain 0.1.3
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
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]])