\define mas_01()
* Sections were really useful
** I can't help but miss them
Their functionality can be imitated using macros!
\end
\define comment() THE FOLLOWING ASSUMES YOU HAVE TIDDLER "Find me 2"
\define mas_02()
{{Find me 2}} is another tiddler. Which means you can use real transclusions as well.
\end
\define mas_03()
You can also 'transclude' other sections using macros:
<<mas_02>>
\end
<$list filter="[variables[]prefix[mas]sort[]]" variable="macro">
<$button set={{{[[$:/state/]addsuffix<macro>]}}} setTo="show">Show <<macro>></$button>
<$button set={{{[[$:/state/]addsuffix<macro>]}}} setTo="hide">Hide <<macro>></$button><br/>
<$reveal type="match" state={{{[[$:/state/]addsuffix<macro>]}}} text="show">
<$macrocall $name=<<macro>>/>
</$reveal>
</$list>