New version of TiddlerGraphPlugin have been published. 0.12.0
old features :
* automatic layout (force directed)
* graph from various kind of tiddler lists
* living nodes (a node can disapear after a certain time)
* customization through fields or slices (color, subtitle, etc...)
Now, there is also "group" nodes, that can ... groups ... some nodes
in a region of the graph (not recursive for the moment).
A new syntax to handle graph creation have been added and can freely
be mixed with the old one.
Since this version a node had to a defined as Tiddler. Links were
found in the body and tags.
Now, you can draw graph from text alone (very powerful with
PartTiddlerPlugin).
The syntax is a inspired by dot/graphViz (but slightly different) :
mynode -> [[alink]], to antoher [[annotated|link2]] and some ignored
text between ...
See the online example
http://ideia.tiddlyspot.com/
There is a lack of real documentation for the moment, and also, a good
code refactoring.
It's rather a draft than a real plugin, but it may be useful as it is.
regards,
Yoann