Hi Mark,

Thanx, but I have to specify my question.
Just inserting [regexp:todo-field[^18.03] after [tag[ToDo] didn't work.

I have a list with popups with this:

\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>

How do I have to insert the regular expression operator in this list?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0cf39c9a-04a9-4372-9b53-e4c952dfde72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to