Releases: zsviczian/excalibrain
ExcaliBrain 0.2.5
New
- Minor improvement, when editing text in an embedded frame, the page will not autozoom when refreshing links around the central node
ExcaliBrain 0.2.4
New
- Added Vault URL indexing
- Added Maximum Zoom Level to settings. The default value is 100%.
Fixed
- Top right corner link for the central node in embedded mode was a relative link. As a consequence, Obsidian was not able to open the file when clicking in the top right corner of the central embed.
- History and Toolbar icons were behind the embedded iframe when panning the brain view.
ExcaliBrain 0.2.3
New
- Cosmetic change: Following a recommendation from @TfTHacker I changed button icons from emojis to Obsidian style lucide.dev icons.
- I also slightly reshuffled the sequence of icons. I think the order of buttons makes more sense now.
- I changed the styling of buttons to match Excalidraw styling.
Fixed
- Splash screen flashing up on page render
- Processing logic for Previous and Next links. Link counts were wrong
- Processing logic for conflicting ontology (e.g. a node is defined on one ontology as a parent and on another as a child). Now all these conflicting relationships will be shown as inferred left-side friend relationships.
Excalidraw 0.2.2
Fixes (hopefully) the flash between navigations.
0.2.1
Fixed
- ExcaliBrain losing focus on navigation, when in a popout window
- Fixed link click when in embedded mode. You can now click the link in the top right corner of the embedded item to open the item in a new tab to edit its contents.
- ExcaliBrain normal did not start a second start in certain conditions.
ExcaliBrain 0.2.0
Big new feature: Embedded frames
- Improved work pane handling (ExcaliBrain should open in the right place, stay on top when needed, etc.)
- Improved navigation history and plugin settings saving. There were cases when the plugin lost ontology settings, hopefully, now that is resolved π€
- Chinese, Spanish, and German translation using Chat GPT 3.5
This is an early release, will surely have many bugs, that I will resolve over the coming weeks.
ExcaliBrain 0.1.15
Fixed
- If a page had the same dataview field, but in one case there was a single link after the field, and in the other a list of links one of the two (either the single link or the list of links) did not get indexed.
- Some virtual (ghost) links were not indexed
ExcaliBrain 0.1.14
Introduction of right-side friends, previous and next friends.
ExcaliBrain now supports all four directions.
Previous friend relationships will be imported as "left-side friends"
The difference between left and right-side friends vs. previous and next friends is that left and right-side friends define a fixed left or righthand-side position, while previous and next act more similar to parent and child relationships which are directed. As you move from note to note what was previously "previous" becomes next...
I suggest watching this video to get a better sense of the changes:
ExcaliBrain 0.1.13
New
- New Setting:
Default Popout 'Always on Top' Behavior
(at the end of theDisplay
options right underAutozoom
. If turned on, then when opening ExcaliBrain in a popout window via the Obsidian Command Palette, the new ExcaliBrain window will open with the window always on top... this means that you need to minimize the window to see what is happening under it. When navigating ExcaliBrain it will not always disappear behind the page you've opened.
Fixed
- Gates on Friend nodes were detached from the node.
- If the note alias contained a colon e.g. (
Book: whatever
) the node title in ExcaliBrain read[object, object]
.