Basicall I want to combine two examples from documentation:
this
<$button popup="$:/SamplePopupState">Pop me up!</$button>
<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">
! This is the popup
And this is some text
</div>
</$reveal>
with this
<$reveal type="match" state="!!jeremy" text="tiddlywiki">
~TiddlyWiki!
</$reveal>
The problem is I can't find a way for a popup button parameter to reference a field:
<$button popup="!!jeremy">Pop me up!</$button>
does not work
I did manage to make a slider with SetField action but it is not a popup - you can't click on an area to hide it.