Reading a previous thread...

https://groups.google.com/d/msg/tiddlywiki/XxLT8zJqHYM/Pl90y8Evn7AJ

I have created a tutorial for a little more generic solution, providing a 
*catlist* macro with which you can specify a *subfilter* to be used to 
gather the *category* listing...

http://tb5.tiddlyspot.com/#A%20Hierarchy%20Without%20Category%20Tags

*Further Improvements*

It wouldn't be me if there wasn't something even more generic I would like 
to achieve. So, here it goes:

Not only do I want to be able to constrain the list to a given filter, 
which works fine.
I also want to be able to define a custom category field to be used rather 
than a hard-coded *category *field.

So, within my catlist macro list widget calls, instead of just using these 
filters...

[field:category{!!title}limit[1]]
[field:category{!!title}nsort[order]]

...I tried but failed using something like...

[field:$field${!!title}limit[1]]
[field:$field${!!title}nsort[order]]

...in other words: pass the category field to the macro and then use both 
the field and the title transclusion in a filter expression.

Any pointers?

Best wishes, Tobias.


-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to