Hi Matt

It is a bit of a gotcha, but alpha.11 removed support for transcluding
macro definitions. It was actually a bug that it worked, and it didn't work
in all circumstances.

There will soon be a pragma to directly import macros:

\import MacroTiddler

In the meantime you have to ensure that your macro definitions are included
in a tiddler that transcludes the ones where you want to use them.

Best wishes

Jeremy



On Wed, Nov 13, 2013 at 5:59 AM, Matt Savard <[email protected]> wrote:

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



-- 
Jeremy Ruston
mailto:[email protected]

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

Reply via email to