I don't think its the "forEach" part of your code -- that works perfectly when I plug it into my system and substitute my own tag.
So it looks like the problem is in the <<tiddler>> macro. Believe you should be able to click on the error to learn more about what's wrong. If not check the error console. -- Mark On Feb 10, 11:46 am, Samuel Reynolds <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

