<footer class=footnotes>もマクロの中に組み込むことが出来ました。マクロって便利ですね。
TW5がかなり使いやすいWIKIになりました。

<$reveal type="nomatch" state="$:/state/SampleReveal2" text="show">

<$button set="$:/state/SampleReveal2" setTo="show">Show me</$button>

</$reveal>
<$reveal type="match" state="$:/state/SampleReveal2" text="show">

<$button set="$:/state/SampleReveal2" setTo="hide">Hide me</$button>

! This is the revealed content
And this is some text

</$reveal>

この機能をかなり多用しているのですが、これもマクロに含むことで簡潔に表記することってできるのでしょうか?

<○○>ここに隠したい文字を記述。</○○>
これくらい簡単だと楽なんですが・・。

「state="$:/state/」これの記述も面倒だし・・・。