Hi All, I've a set of tiddlers represent my books/novels, and I'm using the following Macro to filter my books by their "Category" and "Language" :
\define myBooks(category lang) <$list filter="[all[tiddlers]tag[$category$]tag[$lang$]]"/> \end and when I run <<myBooks Novel EN>> I got a "LIST" of my "English Novels" (which is working as expected) Now, my problem is when I try to use that Macro output as a "LIST" in other part of my code (to identify other properties like Authers, Rating, ...) for example, I tried the following :- <$wikify name="wkfd" text="<<myBooks Novel EN>>" > <$list variable="myList" filter="[enlist<wkfd>]"> <<myList>> </$list> </$wikify> but both "wkfd" and "myList" variables are NOT "LIST" to iterate with. so, what is the correct way to use that macro output as a list? Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8414e884-3363-4e83-8283-dd98636c5546n%40googlegroups.com.

