Hi Heller

You can write this in a tiddler
<<tiddler TopicsTemplate2>>
then you'll get all subtopics in a Tree for this tiddler.

Or for more elaborate use:

First create a new tiddler (call it TreeView)
Write this:
<<forEachTiddler where 'tiddler.tags.contains("$1")' write
 '"[[$1]]<<tiddler TopicsTemplate1 with: [["+tiddler.title+"]]$))"'>>

Put this in your toDo-tiddler:
<<tiddler TreeView with: {{tiddler.title}}>> You'll get almost the
same result as first option: (<<tiddler TopicsTemplate2>>)

Defining more trees referring to other toDo-lists:
Using the first template (TreeView)
You can make a list of todo tiddlers and their children in one main
tiddler like this:
<<tiddler TreeView with: [[ToDo#1]]>>
<<tiddler TreeView with: [[ToDo#2]]>>
etc etc

Regards Måns Mårtensson

On 25 Nov., 14:09, Heller <[email protected]> wrote:
> I am busy writing an article using tiddlywiki and I need to place a
> todo in a tiddler, for instance "do a google search..."
> Then when I have done a number of tiddlers this way, marking them here
> and there with things still to apply/lookup etc. I need a list of all
> the todo's(markings) in the various tiddlers with a link to the
> tiddler from where the todo originates.
>
> Is there a handy plugin for this or a combination of plugins with
> which to achieve this?
>
> Thanks in advance for any help. BTW I am using the NoteStorm tiddly
> adaption

--

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