This should work:
[tag[ToDo]regexp:todo-field[^18.03]sort[due]]
On Friday, January 19, 2018 at 10:36:23 AM UTC-8, Surya wrote:
>
> 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 [email protected].
To post to this group, send email to [email protected].
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/19bacc5f-64f1-4d6a-b908-4d032070d595%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.