Not too serious of a proposal. Just a random thought about slices/sections. 
Just realized they could be emulated to a degree with macros.

\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>


-- 
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/e0510c0f-4308-4d9f-a74d-ea31fc60b84f%40googlegroups.com.

Reply via email to