Cool! Is there any reason you are not using tiddler fields? Apologies if you know all this but if you edit your EditTemplate and added <div macro='edit fillStyle' class='editor'></div> into it, you would be able to edit a tiddler meta property called "fillstyle" You could retrieve this fillstyle from tiddler.fields.fillstyle and leave the text of the tiddler for annotations...
Can help explain more if needed.. Jon On Feb 4, 1:09 pm, "[email protected]" <[email protected]> wrote: > Hello, > I just published many improvements in TidderGraphPlugin > onhttp://ideia.tiddlyspot.com/ > > here is the log : > |15.01.09| 0.1.0|Initial release, draw graph with anotated nodes from > tiddler| > |16.01.09| 0.2.0|Add animation (the 3 parameter is the number of steps > calculated)| > |19.01.09| 0.3.0|Added ability to move nodes, graph dynamically > updated| > |22.01.09| 0.4.0|Support of multiple tags and filter also| > |22.01.09| 0.5.0|Can set color for node and links, depending of it's > type| > |23.01.09| 0.6.0|Annotated links can be overiden by a tiddler| > |23.01.09| 0.6.1|Fix a bug : now start can have multiple tiddlers| > |23.01.09| 0.7.0|Now a new slice graph.subtitle| > |28.01.09| 0.8.0|Add preliminary time support in graph > graph.endLife| > |02.02.09| 0.8.1|Add "strict" filter for some graph displaying > unwanted nodes| > |03.02.09| 0.8.2|Add graph.ignore to filter some individual links in > graph| > |04.02.09| 0.8.3|Initial position of node is not 0 any more, so that > no more random graphs| > > Some features are just proof concepts, like SubTitle, or endLife, but > it's more and more useful. You can create graph from tiddler links > (tags, baklinks, references, bracketed refs), customize them with > slices, and bring them to life. > This last (very early) feature means that you can describe how your > graph evolve in time : when a node or a link is deleted, or created > (creation not supported for the moment). > So you can describe a kind of evolving relationship between entities > (tiddlers) > and see this over time... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
