Very nice plugin! I played with it and found that it's easy to have a timeline for the whole tiddlywiki itself:
I'm using it in this way to have a timeline for all the tiddlers by creation time. I removed the filter directive to select all tiddlers, but of course the "filter" field can be used to narrow the presentation only to relevant tiddlers. For example, only tiddlers tagged as "journal" or "diary" can be shown there. To obtain the tiddlywiki timeline it's sufficient to create a timeline tiddler containing the following line: <$visjstimeline startDateField="created" endDateField="created" format="YYYYMMDDhhmmssSSS"/> Note that the "modified" field can be used as well, but in that case you can have tiddlers where the field is undefined ... this has the effect that a compliance message is displayed for each affected tiddler. My best compliments to the author. Angelo Il giorno mercoledì 12 marzo 2014 23:15:10 UTC+1, Jeremy Ruston ha scritto: > > Hi Martin > > Congratulations on a very nicely executed plugin, with exemplary > presentation. I'm sure it will be justly popular. I'll add a link on > tiddlywiki.com - how would you like to be credited? > > I had a quick scan of the code: > > * Your parseWidgetAttributes() method is interesting. I had originally > planned to make the attribute handling be more declaratory, and would still > like to do so > * I wondered if you'd considered merging the three ways of specifying the > tiddler list into one: "list='title'" is equivalent to a filter > "[list[title]]", except for the requirement to quote tiddler titles. > * The demo tiddlers are missing the vertical bar at the start of the table > at the top > > Anyhow, I'm very happy to see this, and wish you luck for future plugins! > (Mindmapping is a perennial request...) > > Best wishes > > Jeremy > > > > > On Wed, Mar 12, 2014 at 8:12 PM, emkay <[email protected]<javascript:> > > wrote: > >> Hello, >> >> I've written a TW5 plugin that uses vis.js <http://visjs.org/> to show a >> graphical timeline view of a wiki's tiddlers. >> >> I developed it for my own use, but I thought others may find it useful, >> so I have made it available on github. >> >> A demonstration of the widget and it's help tiddler can be seen at: >> >> http://emkayonline.github.io/tw5visjs >> >> You can install it by dragging it from the demonstration's ControlPanel >> into your wiki. It requires TW5 version >= 5.0.8-beta. >> >> Full documentation, source and tests can be found at: >> >> https://github.com/emkayonline/tw5visjs >> >> >> All the best, >> >> Martin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TiddlyWiki" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

