I'm trying to create a "dashboard" tiddler.
I want to transclude all tiddlers tagged "dashboard"
into a single tiddler, and make this my default tiddler.
I've tried the following forEachTiddler macro
to include the other tiddlers.
Instead of the tiddlers' contents, I get
"Error in macro <<tiddler>>" for each of
the three tiddlers this should(?) transclude
(ToDo List, Recent Journal Entries, and Work in Progress).
<<forEachTiddler
where
'tiddler.tags.contains("dashboard")'
write
'"![["+tiddler.title+"]]\n<<tiddler [["+tiddler.title+"]]$))\n"'
none "No dashboard items"
>>
Also, when I just use any of the following macros,
I also get "Error in macro <<tiddler>>":
<<tiddler [[ToDo List]]>>
<<tiddler [[Recent Journal Entries]]>>
<<tiddler [[Work in Progress]]>>
FWIW, the ToDo List and Recent Journal Entries tiddlers
have forEachTiddler macros in them, as well.
What am I doing wrong?
- Sam
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---