Skip to content

Releases: zsviczian/excalibrain

ExcaliBrain

21 Mar 04:53
Compare
Choose a tag to compare

The DvAPIInterface changed with the latest Dataview (0.5.65) release. The obsidian-dataview/lib/typings/api is not published.
Consequently, ExcaliBrain does not start up.
This update fixes the issue on the Excalidraw side.

ExcaliBrain 0.2.14

18 Feb 17:56
Compare
Choose a tag to compare

Fixed

  • Creating a new Excalidraw drawing from the graph will now open a new Excalidraw tab on the main workspace

ExcaliBrain 0.2.13

18 Feb 15:53
Compare
Choose a tag to compare

Clicking the URL link when it is the central node did not open the URL. Now it is fixed.
Note, the issue with new file creation #201 will be resolved with the next Excalidraw update.

ExcaliBrain 0.2.12

21 Jan 10:34
Compare
Choose a tag to compare
  • Fixed crash due to duration fields
  • Support for date properties in YAML
  • Added "Hidden" ontology. Add fields here you don't want to show on the graph.

ExcaliBrain 0.2.11

29 Oct 20:25
Compare
Choose a tag to compare

This release includes a single fix with the Note Style tag that caused ExcaliBrain to crash in certain cases.
For more info: https://discord.com/channels/1026825302900494357/1168223653557702718

Excalibrain 0.2.10

10 Oct 18:41
Compare
Choose a tag to compare

New

Note type:: field and a setting to display multiple tag type prefixes.
See this video for more insight:
Thumbnail - 20231008 Visual Zettelkasten (Custom)

image

ExcaliBrain 0.2.9

27 Aug 20:42
Compare
Choose a tag to compare

New

  • Keyword highlighting in the search

Fixed

  • Developer Console errors when Obsidian files are deleted during indexing (typically happens due to Obsidian Sync or equivalent service)

ExcaliBrain 0.2.8

10 Aug 17:29
Compare
Choose a tag to compare

Improvements and bug fixes of the new layout engine. There is a new "Minimum Center-Friend Distance" setting.
I fixed the "refresh button" that was not working.

ExcaliBrain 0.2.7

06 Aug 13:26
Compare
Choose a tag to compare

image

New

  • I added an option to invert arrow directions. I also updated the logic of TO and FROM when interpreting links and backlinks. If you liked the old way, set the "inverse arrow direction" in plugin settings under the Ontology section.
    image

  • Added navigation buttons, you can now Navigate back and forward in navigation history, and force refresh (reindex) the current page, should it not update in time (e.g. you have a slower refresh rate to avoid slowdown of Obsidian).

  • I added a separate button to control synchronization with workspace navigation. You can link the synchronization button to the embed button in plugin settings.
    image

  • New dynamically compact view by @CarlB01
    image

Fixed

  • creating a new page by shift+clicking on a virtual note did not work after the user has once opened the command palette
  • in embedded mode, changing the display of siblings, or display of aliases, etc. loaded the central node in the attached workspace leaf
  • opening a new drawing in the ExcaliBrain window, the toolbar and history were not removed
  • if the Excalidraw file is not compressed, and ExcaliBrain gets saved with URLs displayed while editing a node in the center, the alias was not recognized
  • The Infer all implicit relationships as Friend setting did not handle new relationships such as Right-Side Friends, Previous Friends, and Next Friends (#146)
image

ExcaliBrain 0.2.6

30 Jul 18:48
Compare
Choose a tag to compare

New

  • Created a new modal window to add dataview fields to the ontology.
    • Added Editor right-click menu item "Add <> to ExcaliBrain Ontology"
    • Added new Command Palette action "Add dataview field to ontology: Open Ontology Modal"
image - The Ontology Command Palette actions now properly handle inline fields (such as:: this). You can invoke the add ontology modal window and it will recognize "such as" in this sentence. - Additionally, if you have (**such as**: value), i.e. a bold field name for easier visual recognition, the ontology will add "such as", without the markup

Fixed

  • @ in URL is not indexed correctly (#133)
  • Made minor adjustments to the layout