All, I've looked at this and the CHAP Links library has an edit event that fires if the user double clicks on a bar. The problems I need help with are:
1) The double click event seems to be getting grabbed by either the edit Tiddler function or in my case the back function of breadcrumbs. Anyone know how to raise the priority of my double click event so that if the user double clicks on the timeline box it get's handled by my code, but if they double click outside of the timeline box the usual behaviour occurs? 2) Ditto for mouse wheel. It's kind of annoying having the page going up and down when you zoom on the timeline. 3) Assuming I can solve 1), I still need to work out which tiddler to open. I think I can retrieve the content of the bar which would look something like: "<div style=\"background-color:LightBlue; border:1px solid Black;padding:0px;\">Extension z<br><img src=\"collateral/pictures/ question.png\"></div>" Is there some html'y way to hide the tiddler name in this string without it being visible to the user? Thanks On May 31, 8:05 pm, Alex Hough <[email protected]> wrote: > A suggestion for a feature: to be able open tiddlers by clicking on > tiddlylinks in the timeline... > > Alex > > On 30 May 2012 14:30, Måns <[email protected]> wrote: > > > > > > > > > Hi Anton > > >> I've updated the CHAP Timeline plugin so that it is no longer > >> dependant on the DataTiddler plugin (it now uses slices), and also put > >> a demonstration on the site of using ForEachTiddler Plugin to > >> dynamically create bars. It allows you to use your own custom slices, > >> create multiple bars from a single tiddler etc... A little bit of > >> javascripting is necessary to achieve this. > > >>http://chaptimeline.tiddlyspot.com/ > > > VERY nice - Good job!! > > > I also like your fET-example very much :-D > > GREAT to have a nice timeline for TiddlyWiki which uses native > > syntax!! > > > Thank you very much!! > > > Cheers Måns Mårtensson > > > -- > > You received this message because you are subscribed to the Google Groups > > "TiddlyWiki" 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 > > athttp://groups.google.com/group/tiddlywiki?hl=en. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki?hl=en.

