Thanks @Mohammad for the great plugin. It might be a bug. In the reverse mode, interstitial
overwrite variable currentTiddler
. For example, the attached tiddler defines a macro to show the title of currentTiddler, but shows reverse
instead.
\define test-currenttiddler()
<$text text=<<currentTiddler>>/>
\end
<<test-currenttiddler>>
@@.interstitial
* ''15:12'' <<test-currenttiddler>>
@@
<<interstitial tiddler:"" showInput:"" focus:"no" mode:"reverse">>
It is working in the normal mode.
<<interstitial tiddler:"" showInput:"" focus:"no">>
Test currentTiddler.json (336 Bytes)