<<list-links "[regexp:todo-field[^18.03]]">>[regexp:todo-field[^18.03] after [tag[ToDo] didn't work.\define makeState()
<<qualify $(stateTiddler)$>>
\end
<div style="background:Lightgoldenrodyellow;">
<$list filter="[tag[ToDo]sort[due]]" variable="mytitle">
''Fällig am: ''<$edit-text tiddler=<<mytitle>> field="due"/>
<$set name="stateTiddler" filter="[<mytitle>addprefix[$:/temp/state/]]" emptyValue=error>
<$wikify name="qualstate" text=<<makeState>>>
* <$button class="tc-btn-invisible" popup=<<qualstate>>><$text text=<<mytitle>>/>
</$button>
<$reveal type="popup" position="below" state=<<qualstate>>>
<div class="mypopup">
<$tiddler tiddler=<<mytitle>>>
<$transclude tiddler=<<mytitle>>/>
</$tiddler>
</div>
</$reveal>
</$wikify>
</$set>
</$list>
<style>
.mypopup {
min-width: 380px;
border: 1px solid #bbb;
background-color: #ffffff;
padding: 1em;
margin: 4px 0 0 0;
text-shadow: none;
line-height: 1.4;
}
</style>
This should work:
[tag[ToDo]regexp:todo-field[^18.03]sort[due]]\define makeState()
<<qualify $(stateTiddler)$>>
\end
<div style="background:Lightgoldenrodyellow;">
<$list filter="[tag[ToDo]regexp:due[^18.03]sort[due]]" variable="mytitle">