Skip to content

Releases: treymo/joplin-link-graph

v1.5.0

15 Apr 22:07
e043942
Compare
Choose a tag to compare
  • On-graph max distance setting. Select zero to show every note on the graph or change the setting to display only the 1st degree, or 2nd degree, etc connection
  • Show Note tags when hovering over a node

v1.4.0

30 Mar 17:23
521e0f0
Compare
Choose a tag to compare
  • Highlight connected nodes and links on hover

v1.3.0

21 Mar 23:55
5bc35e0
Compare
Choose a tag to compare
  • Modify node colors based on distance from the selected node for connected graphs (max degree > 0)
  • Make backlinks in connected graphs a checked line

v1.2.3

26 Feb 01:36
Compare
Choose a tag to compare
  • Fix node/link misalignment sin a single node graph
  • Add a separate selector for link direction arrows
  • Keep adjacent nodes closer to the selected note

v1.2.2

26 Feb 01:32
d5dfde2
Compare
Choose a tag to compare
  • Fix node/link misalignment sin a single node graph
  • Add a separate selector for link direction arrows
  • Keep adjacent nodes closer to the selected note

v1.2.1

18 Feb 19:36
Compare
Choose a tag to compare
  • Fix a bug with connected graphs (max degree > 0) not updated on note selection change.

v1.2.0

17 Feb 17:10
Compare
Choose a tag to compare
  • Optionally include backlinks when you are setting a max Degree of separation
  • Use fast-deep-equal instead of deep-equal to determine if the graph has changes that need to be re-drawn
  • Add a short-circuit on noteChange events to only redraw the graph if the editing of the current note has added or removed links

v1.1.5

13 Feb 19:07
Compare
Choose a tag to compare
  • Some performance optimizations and code cleanup

v1.1.4

22 Dec 03:32
b002596
Compare
Choose a tag to compare
  • Fix broken links when the markdown link includes a header to deep-link to

v1.1.3

21 Nov 16:59
d2cd423
Compare
Choose a tag to compare

Fixes a bug where notebook filters didn't filter out all notebooks with the same name but just the first one.