Thanks Tobias.
As for now, I haven't analysed tbGTD yet, but let's make a little sum
up.
Distinguishing.
As I can see there's still no mechanism of distinguishing. I forgot to
mention that in ideal the metadata tiddlers are generated
automatically (with some markup used in the text). The fastest way to
generate tiddlers for category specimens is to make an additional menu
with newTiddler macros with some parameters. When a new tiddler is
created, a link should be placed in the text and put into class
wrapping.
As some properties of categories may be represented as a text (for
example, a question formulation for reading in vacuum), they probably
should be placed into slices. A slices-table can be generated as a
template buy the newTiddler macro for the category. Btw, is there any
mechanism to make a checkbox "show empty slices" (which causes the
corresponding effect)? And actually can a slice with no value cause an
error?
So, once the tiddler is created, the link is placed and.. perhaps some
tags are applied to the tiddler we turn to the next step. Here
TagSearchPlugin can help for some quickening.
Aggregation: rereading and organization.
Let's see.. I want to reread my questions. At least I want to get a
list of them. This can be achieved by tags, so let's imply that the
newTiddler macros for categories add corresponding tags ("question"
etc). By using tags I can also add some scope, some realms they belong
to. I can write whom I can ask them; this must not be done by tags
because if I want to see what I have about Mr. X I want to see a well-
organized page and the list of questions should be at least separated
from things I want to do for him and from things he borrowed from me.
Ehm, the question is if it is possible to make a list of tiddlers that
have both "[[Mr. X]]" and "questions" tags and a list of "other
notes" (tiddlers with "[[Mr. X]]" and without "quesions", "borrowing"
etc). Is it possible with standard tools?
Aggregation: end reading.
Now we ran into reading. Lots of stuff is written and we need to do
smth with it. TagglyTagging allows a very important thing - to make a
"slider view" in the list of questions. However I can't see any
possibility of more selective view. For example those "questions for
Mr. X". Or, even less likely, there's a way to select them basing on
their slices, is there?
I haven't studied the filter mechanism yet, may be this can help? Or
it can't be used so that TagglyTagging applies it's new presentation
(with sliders etc)?
Another thing is representation. If a thing to do is less important,
it is good if I can mark "low" in a slice "priority" and get it with
font-size:smaller; property in the to do list.
And the last thing is selecting custom slices for view. For example,
sometimes it is important to see not only the steps to do but also
purposes, to think about their importance. This could be achieved by
showing a table with a colomn containing the "thing to do description"
and a colomn with purposes.
Any suggestions?