I require native tiddlywiki as I am using it in a plugin.
I know Evans formulas can do it, but not in this case.
Thanks
Tony
I think the problem I am having is the two variables somtimes refer to system Tiddlers. Those beginning $:/
Tony
Much appreciated.
I am building a field in which a filter can be provided that can determine the conditions in which a menu/tiddler will appear.
I think it will be a useful pattern.
Regards
Tony
\define showmenu(menutype:"dropdown") <$vars menutypeset="$menutype$" dropdowntype="dropdown"
inlinetype="inline"> <$list filter="[title<menutypeset>prefix<dropdowntype>sufix<dropdowntype>]" variable=null> Do this when menutypeset = dropdown </div> </$list> </$vars> \end
Some kind of syntax checking errors would be helpful.
Regards
Tony