Eric Thanks that worked great.
1. Is there a way of getting a list of all tiddlers tagged with the tag
*"task"* that are not tagged with the name of another tiddler?
This would in effect show me all tasks I had to complete that I had not
assigned to a specific project.
2. Is there also a way of showing all tiddlers that show up in the tag
section of the Info Button, in a checkbox. Similar to the way the default
Task Management tiddler works in TW5. (see code below). However is there a
way of writing the query such that I wouldn't have to change the tag to the
name of the project note each time. I.e. the code might be <create
list><create checkbox><link><Tiddlers in the Tagging Section of the Info
Note><link></create checkbox></create list>.
By using this generic code I would be able to place it in every project
note and not have to modify any tags. Using the below method I would have
to for example change the tag *waiting* to be the title of the project
tiddler.
This would allow me to look at a task list (showing all my tasks) with
clickable checklists, as well as each project note (a tiddler tagged with
"project") showing only the tasks I need to do for that project. And I
could tick off each project task
The code I have used from the Task Management tiddler is:
<$list filter="[!has[draft.of]tag[waiting]!sort[modified]]">
<$checkbox> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
</$list>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.