Hi there. I am new to TW and have recently finally understood the power of
tagging and filtering. I am building a dynamic list of tiddlers with the tag
"project".
For each [project], I would like to show the summary: slice I have in each.
(actually I want to show other slices too, but am starting with summary).
I have the following template for my project tiddlers (the (Name), (Content)
and (Tags) items are just to describe the tiddler fields from the New
Tiddler dialog when clicking on "New Tiddler":
(Title): name of my project
(Content):
summary: summary of my project
next step: next thing to do
other project date
(Tags) : project plus other tags for specifics.
I have a working filter which will show me all of the items tagged with
project:
<<list filter [tag[project]][sort[-modified]]>>
If I had three project tiddlers (Project1, Project2, Project3) it shows
* Project1
* Project2
* Project3
What I would like is for the list to also show the summary slice:
* Project1 (summary slice from Project1)
* Project2 (summary slice from Project2)
* Project3 (summary slice from Project3)
xIt's also OK if the summaries are on the next line:
* Project1
** (summary slice from Project1)
* Project2
** (summary slice from Project2)
* Project3
** (summary slice from Project3)
Any suggestions? I kind of like the way I have my project tiddlers set up so
I would rather not bring in a whole new system like MonkeyGTD, etc.
I know there are probably excellent TiddlyTools which would meet my need
(and I use a number of them now) but I am expanding my appreciation for
tagging and slicing and would like to get my hands in the guts, so to speak.
Appreciate any help.
--
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.