\define macx()<$set name=x value={{temp}}><$list filter="[<x>!match[x]]">This is a test<$button set="temp" setTo="x" class="tc-btn-invisible tc-tiddlylink">×</$button></$list></$set> \end
<<macx>>
Hi,I guess there are several ways; you could create a tiddler with content "<$action-setfield $tiddler="temp" text="a" />" and tag it "$:/tags/StartupAction" to set the temp-field to "a" at startup.But, if I'm not mistaken, you can also create a temporary state tiddler "$:/temp/temp" that is not saved?Best,Anders
<style>
[data-tiddler-title="MyTid"] {
background:transparent;
border:0;
}
[data-tiddler-title="MyTid"] .tc-tiddler-title {
display:none;
}
/* etc */
</style>
Okay Mario!So if we use $:/state/popup/ prefixed state tiddlers then there is no need for startup action here right?