Joplin Link Graph Versions Save

UI for viewing connections between different Joplin notes

v1.5.0

2 years ago
  • 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

2 years ago
  • Highlight connected nodes and links on hover

v1.3.0

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • Fix a bug with connected graphs (max degree > 0) not updated on note selection change.

v1.2.0

2 years ago
  • 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

2 years ago
  • Some performance optimizations and code cleanup

v1.1.4

2 years ago
  • Fix broken links when the markdown link includes a header to deep-link to

v1.1.3

2 years ago

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