One more thing. You could even do without InlineJavascriptPlugin.
Create your Notes tiddler which your note-categories are tagging to
like so...

<<tiddler Notes##OUT with: {{
var c,cats=store.getTaggedTiddlers("Notes"),out='';
for(c=0;c<cats.length;c++){
  out+='!!Notes in '+
           cats[c].title+
           '\n<<list filter \'[tag['+
           cats[c].title+
           ']][sort[-created]]\'>\>\n';
}
out;}}>>/%
!OUT
$1
!END%/


Cheers, Tobias.

-- 
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.

Reply via email to