On Sunday, November 8, 2020 at 6:05:52 AM UTC-8, Atronoush wrote:
>
> This is a smart solution Eric! Is it possible to have a button to expand 
> collapse all tiddler?


As two separate buttons:
<$button> expand all
   <$list filter="[tag<currentTiddler>!sort[title]]">
      <$action-setfield $tiddler={{{ [[$:/state/slider/]addsuffix
<currentTiddler>] }}} text="show" />
   </$list>
</$button>
<$button> collapse all
   <$list filter="[tag<currentTiddler>!sort[title]]">
      <$action-deletetiddler $tiddler={{{ [[$:/state/slider/]addsuffix
<currentTiddler>] }}} />
   </$list>
</$button>

-e

-- 
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/56d190a8-620b-4785-9a70-340fe97f46e2o%40googlegroups.com.

Reply via email to