Eric,
Thank you, very much for your insightful response, and following your
explanations, I created a new tiddler with "systemConfig" tag and
created a function as the following:
config.macros.timeline.handler = function(place,macroName,params)
{
};
And, inside that, I copied the contents of the unmodified handler in
the tiddly core. Then, inside the newly created function, I commented
out the line that said:
createTiddlyElement( theDateList,"li",null,"listTitle",
tiddler[field].formatString(dateFormat) );
and instead added the following line:
var myLink =
createTiddlyLink( createTiddlyElement( theDateList,"h1",null,"listTitle",
""), tiddler[field].formatString('YYYY-0MM-0DD'), true );
Thank you for taking time to read through my question and providing
the insight needed to solve my problem. As always, your help is
appreciated.
Cheers; 'best,
shankar swamy
--
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.