aliases: []
Add better support for creating and maintaining link types. Also provide new syntax for inline link types and properties on links. A discussion on syntax is in Link Types.
Makes it easier to style typed links, and to filter edges.
The outline of a note is essentially a tree. As it is completely hierarchical wrt the node representing the note, it can be nicely rendered and collapsed using compound nodes, like in
__
This will likely be used in the Style Pane for edges.
It is easy using Cytoscape.js to create an API for other plugin developers to use, to interact with Juggl. This could allow extending the graph view with eg automatically adding data from external sources, such as citation graphs, or with a different syntax for creating graphs.