Very nice, Thank You!
As a P/s for anyone else who may read this I wound up doing this:
{{updateBox{<<forEachTiddler where
'tiddler.tags.contains("ProjectUpdates")' sortBy tiddler.modified
descending write '(index < 10) ? "|[["+tiddler.title+"]] |\n" : ""' begin
'"|insetTable|k\n| Project Updates |\n"'>><<forEachTiddler where
'tiddler.tags.contains("PenArt")' sortBy tiddler.modified descending write
'(index < 10) ? "|[["+tiddler.title+"]] |\n" : ""' begin '"|insetTable|k\n|
Pen Art |\n"'>><<forEachTiddler where 'tiddler.tags.contains("SketchArt")'
sortBy tiddler.modified descending write '(index < 10) ?
"|[["+tiddler.title+"]] |\n" : ""' begin '"|insetTable|k\n| Sketch
Art |\n"'>>}}}
Which makes a single column for each tag group, then used CSS to blend the
3 tables into a single multi-celled table so I got exactly what
my mock-up looks like rather than a list in a single table cell for each
tag.
On Wednesday, March 20, 2013 9:43:23 AM UTC-7, whatever wrote:
>
> Hey!
>
> Sure, you can do that with ForEachTiddlerPlugin (1).
>
> |<<forEachTiddler where 'tiddler.tags.contains("ProjectUpdates")'
> sortBy tiddler.modified descending write '(index < 10) ?
> "[["+tiddler.title+"]]\n" : ""' begin '"ProjectUpdates\n"'>>|same code
> with different tag|same code with different tag|
>
> You can of course use transclusions to reduce the code.
>
> (1) http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin
>
> w
>
> On 20 mar., 06:04, Arc Acorn <[email protected]> wrote:
> > I was wondering if anybody knew a good way to create a list/table of the
> > most recent tiddlers of a given set of tags.
> > Example:
> > Say I want to make a couple tags "ProjectUpdates", "PenArt", &
> "SketchArt"
> > I than want to be able to make a display were it shows the most recent 5
> or
> > so of each one preferably in a table format like:
> >
> > <https://lh6.googleusercontent.com/-8gJ9cMSdCqM/UUlCLzXZkwI/AAAAAAAAAF...>
>
>
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.