Just for closure, I was able to simplify Måns's approach:

<<tabs projectInfo
   "Tasks" "Project tasks" ProjectInfo##Tasks
   "Links" "Project-related links" {{tiddler.title+'##Links'}}
   "Documents" "Important documents" {{tiddler.title + '##Documents'}}
   "Minutes" "Meeting minutes" ProjectInfo##Minutes
   "Notes" "Project notes" ProjectInfo##Notes
>>
/%
!Tasks
<<matchTags *%0 "" {{tiddler.title}} AND task>>
!Minutes
<<matchTags *%0 "" {{tiddler.title}} AND meeting>>
!Notes
<<matchTags *%0 "" {{tiddler.title}} AND note>>
!end
%/

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to