[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-10 Thread M)
Ah. Thanks. I'll add this to tw.org. M) On Sep 10, 12:05 pm, Eric Shulman wrote: > > <> > > <> > > <> > > <> > > And the sorting isn't working.  Anyone know what I am doing wrong? > > The filter criteria must be one parameter, but you've got a space in > the middle, which makes the criteria

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-10 Thread Eric Shulman
> <> > <> > <> > <> > And the sorting isn't working.  Anyone know what I am doing wrong? The filter criteria must be one parameter, but you've got a space in the middle, which makes the criteria "[tag[systemConfig]]" and leaves "[sort[...]]" as an ignored parameter. Either A) remove the space

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-10 Thread M)
> Using InlineJavascriptPlugin: > > >    var tid="AParticularTiddler"; >    var tag="tagToAdd"; >    var links=store.getTiddler(tid).links; >    store.suspendNotifications(); >    for (var i=0; i       if (store.tiddlerExists(links[i]) >          store.setTiddlerTag(links[i],

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-10 Thread Eric Shulman
> This lead me to creating this: < [created]]>> which means I don't need the FET plugin.  Cool.  Now, if > there were a way to tag tiddlers linked from a particular tiddler, I'd > be set. Using InlineJavascriptPlugin: var tid="AParticularTiddler"; var tag="tagToAdd"; var links=store.ge

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-09 Thread M)
> You could try; > > <> FYI, I want to create a timeline of selected tiddlers. > [1]http://groups.google.com/group/TiddlyWiki/browse_thread/thread/ae6943... This lead me to creating this: <> which means I don't need the FET plugin. Cool. Now, if there were a way to tag tiddlers linked from a

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-09 Thread Alex Hough
You could try; <> [1]http://tiddlywiki.org/wiki/Timeline_%28macro%29 ALex [1] http://groups.google.com/group/TiddlyWiki/browse_thread/thread/ae694362a7e3ec87# 2009/9/9 M) > > > If the <> macro could be tweaked to < > created>> or <> so that the listing presents the > > date and is sorted b

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-09 Thread M)
> If the <> macro could be tweaked to < created>> or <> so that the listing presents the > date and is sorted by date, then I'd be off to the races.  Is there a > way to do this? I see if http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin is used, then something like this can be used: <>

[tw] Re: How do I list a collection of tiddlers by the creation date

2009-09-09 Thread M)
If the TiddlyTweakerPlugin had the ability to show tiddlers linked from a tiddler (maybe a checkbox to the right), then I could assign a tag to the list of tiddlers linked from the specific tiddler. Eric, can the TiddlyTweakerPlugin be tweaked? If the <> macro could be tweaked to <> or <> so tha