In a previous version of TW5 I had a macro set up in a tiddler so that I
could dynamically create a list of tutorials nicely formatted for any given
software application. It looks something like this:
\define tutorialmacro2(application:"")
<$list
filter="[!is[system]has[tutorialcategory]tag[$application$]each[tutorialcategory]sort[tutorialcategory]]">
''<$view field="tutorialcategory"/>''
<$list
filter="[tutorialcategory{!!tutorialcategory}!is[system]sort[title]tag[$application$]]">
<$view field="title" format="link"/>
</$list>
</$list>
\end
Placing <<tutorialmacro2 "Blender">> on a page dealing with blender
tutorials would display all the tiddlers categorized giving me an output
like this:
*Character Animation *
Character Rigging
*DVD Menu *
Hanging Picture Menu
Yosemite Menu
*Simulation *
Basic Fluids
Fire
Smoke
Now with the newest version it seems like you can't transclude macros
anymore?
How would one go about creating this same type of functionality with the
new version?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.