If this is for personal use and you use a modern browser (Doesn't work in
IE to my knowledge)
I can think of one super easy way to do this.
A list of all tiddlers sorted by date created and in 4 columns can be made
by using the <<timeline>> macro (As Tobias recommended) and getting it to
show in columns is as simple as warping it in a span class and using a
single CSS3 style.
In the tiddler you wish to have the list use:
{{columns{
<<timeline created>>
}}}
and in your StyleSheet tiddler add:
.columns {
-moz-columns:4;
-webkit-columns:4;
columns:4;
}
--
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.