I'm working on migrating my note taking in meetings and 1:1s into a TiddlyWiki 
and the key sticking point I have is in managing action items that come out of 
the meetings.  What I've seen of action trackers, they all seem to require that 
actions be setup as unique tiddlers and the state is managed via tags.  That 
method complicates the note taking process in a non-intuitive way and can lose 
the context (point in the meeting minutes) where the action is captured.

What I've been wanting is the ability to have actions captured inline in the 
minutes, along with ability to search across meetings for any open actions for 
display in a Summary Tiddler.  I'm not looking for one of the full-on GTD type 
systems.

Requirements:

- Inline capture and display of action items (AI).
- Ability to list AIs from tiddlers, with some limited filtering on state 
(open, closed, all) and tiddler tags
- AI list to include a link back to source of AI
- Wherever an AI is displayed, provide checkbox (or functionally similar 
element) to mark AI open/closed.

Possible macros:

<<ai aiState aiText>> - Captures an AI in a tiddler.  aiState would be altered 
by the displayed checkbox
<<ai_list aiState tag_list>> - Display list of AIs based on filter parameters.  
tag_list optional

Anything like this exist?

Thoughts on such a plugin positive or negative?

Pointers on how to implement?  Are there proper ways to modify tiddler content?

Regards,
Ken

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