Rafael, When you fold a tiddler a separate tiddler is created to indicate if its folded or not.
If you use the Fold all Tiddlers in the Wiki toolbar (rather than on tiddlers) all visible tiddlers will be folded and you can unfold all, or unfold each on the tiddler toolbar. See $:/core/ui/Buttons/fold-all it uses this action in abutton <$action-sendmessage $message="tm-fold-all-tiddlers" $param=< <currentTiddler>> foldedStatePrefix="$:/state/folded/"/> If as you create a tiddler you also create the folded state tiddler and set it to hide or show <<folded-state>> returns the tiddler where the fold state is set ControlPanel > Appearance > Toolbars > View Tool Bar > Fold Bar Is my preferred way to toggle the fold status There is another related way to do this by setting a field on each tiddler hide-body The view template will hide bodies of tiddlers if set to: yes However this leave no information this is in fact occurring so use judiciously, or you will think you have lost content.. I hope this leads you to a better understanding Regards Tony On Friday, July 31, 2020 at 12:16:41 AM UTC+10, Rafael Oliveira wrote: > > Great :) > > Is there any way of making the folded option the default one? I've > searched this option inside the ControlPanel but I didn't find anything > related to folding tiddlers there... > -- 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/e23ae360-7854-42c2-940e-17cf54837438o%40googlegroups.com.

