For Tobias' Simple Pop-up http://tobibeer.github.io/tw5-plugins/#appear, is it possible to have more than one popup appearing in the same tiddler, so each reveals different content?
I'm probably guilty of "man-looking", but I can't find anything in the examples which looks like the workings for a multiple pop-up.Which one is it exactly?
I meant having multiple pop-ups in the same tiddler, so popup button 1 revealed text 1 and button 2 revealed text 2.
Is it that you are talking about nesting popups?
So that within the same tiddler, popup 1 reveals text 1, popup 2 reveals text 2 etc.
<$appear type="popup" $state="foo" show="foo">
<$appear type="popup" $state="bar" show="bar">
<$appear type="popup" $state="baz" show="baz">
mumble frotz gronk
</$appear>
</$appear>
</$appear>