It doesn't work because "Cat" is wrong. You can't use $(currentTiddler)$ 
outside a macro. Change the contents of  "Cat" like this:

\define doit()
 <ol>
      <<list-tagged-draggable 
      tag:$(currentTiddler)$  
      subFilter:"!tag[slideFooter]"
      itemTemplate:"$:/.mr/slider/draggable-template"
      emptyMessage:"You don't have any slide in this slider"
      >>
    </ol>
    
\end
<<doit>>

and then it will work as expected.

Thanks,
-- Mark

On Wednesday, October 31, 2018 at 6:28:02 AM UTC-7, Mohammad wrote:
>
> Update
>
> It doesnt even work in TW 5.1.17!
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b96a08eb-9487-4f9d-a54a-e9eef190741b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to