Hi Saverio

I would do this in tiddler [[ProjectInfo]] - however it doesn't seem
to work in your tw??!! Maybe theres a conflict with the
parttiddlerplugin - or we found a new bug in TW 2.6??
I have an (overly complicated (I know - but it works)) example, where
I use all kinds of macros in tabs here: 
http://stormp.tiddlyspot.com/#Tr%C3%A6Manager
<<tabs txtProjectInfo
'Tasks' 'Project tasks' [[ProjectInfo##Tasks]]
'Links' 'Project-related links' [[ProjectInfo##Links]]
'Documents' 'Important documents' ProjectInfo##Documents
'Minutes' 'Meeting minutes' ProjectInfo##Minutes
'Notes' 'Project notes' ProjectInfo##Notes
>>
/%
!Tasks
<<matchTags *%0 "" "$1" AND task>>
!end
!Links
<<tiddler [[$1##Links]]>>
!end
!Documents
<<tiddler [[$1##Documents]]>>
!end
!Minutes
<<matchTags *%0 "" "$1" AND meeting>>
!end
!Notes
<<matchTags *%0 "" "$1" AND note>>
!end %/

Regards Måns Mårtensson

On 25 Mar., 20:13, Saverio <[email protected]> wrote:
> Interesting suggestion, but I am unable to get it to work.  I've
> posted a test TW here:http://dl.dropbox.com/u/4462381/example2.html
>
> Basically, it consists of a tiddler [[project 1]] which is associated
> with links, documents, tasks, meetings, and notes.  Links and
> documents are defined within [[project 1]], but tasks, meetings, and
> notes are independent tiddlers tagged with [[project 1]] and their
> type.
>
> I defined a tiddler [[ProjectInfo]] with the "tabs" and "part" macros
> that I hoped would bring all related information about a project into
> one view.  It accepts a parameter which is the project name.  But as
> you can see in [[TestProjectInfo]], when [[ProjectInfo]] is called
> "with:[[project 1]]", the tabs are all empty, instead of displaying
> what is intended.
>
> On Mar 25, 12:20 am, Anthony Muscio <[email protected]> wrote:
>
>
>
> > Try thehttp://tiddlywiki.abego-software.de/#PartTiddlerPluginplugin.

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