[tw5] Am I not using the listed[] operator right?

2019-12-22 Thread TonyM
David

I can't debug now, but a minimal example is always helpful when you have 
identified a particular issue. Often in the process we find the answer any way.

I will look closer tomorrow.

Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aeb4af61-6907-4d81-bffe-cb813141e24c%40googlegroups.com.


[tw5] Am I not using the listed[] operator right?

2019-12-22 Thread David Allen
<$set name="flfields" filter="[enlist{Constants!!flfields_$template$}]">
<$list variable="placeholder_2" filter="[enlist]">
<>
<$list filter="[listed]">
Look: <>


<$list variable="mouse" 
filter="[has!prefix[Template]!prefix[View]first[]tags[]first[]]">

@@text-transform: 
capitalize;<>@@
<$list variable="moosefish" 
filter="[has!prefix[Template]!prefix[View]]">
<$list variable="kiba" 
filter="[getprefixsuffix]">
<$list filter="[]">








I'm trying to figure out why this is not working.  The area that says 
"Look" should be working, but I can't seem to figure out why the filter is 
empty.  The code below that was my workaround to get a result somewhat 
similar to the first part of the code.  Does anyone see what I'm doing 
wrong?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/727d1778-47da-4dbc-8d07-3368523abfd8%40googlegroups.com.