Hi Surya,
Good news! I think I got my original approach to work:
<$set name="listfilter" value="""[tag[ToDo]][tag[ToDoNow]]
+[has[todo-deadline]days:todo-deadline[7]eachday[todo-deadline]sort[todo-deadline]]""">
<$set name="listfilter2"
value="""[tag[ToDo]has[todo-deadline]sameday:todo-deadline{!!todo-deadline}]
[tag[ToDoNow]has[todo-deadline]sameday:todo-deadline{!!todo-deadline}]
+[sort[]]""">
<ul class="te-list">
<$list filter=<<listfilter>> emptyMessage="<li class='todo-empty'><<telang
'Relax-Nothing-to-do'>></li>
">
<$view field="todo-deadline" format="date" template="YYYY-0MM-0DD"/>
<$list filter=<<listfilter2>> >
<<todonowShowListItem>>
</$list>
</$list>
</ul>
</$set></$set>
You'll probably want to make it look better.
As it turned out, the documentation for "sameday" is wrong. It says to use
a date like yyyymmdd but you actually appear to need the full nine digit
date-stamp. OR, maybe you can get away with yyyymmdd IF you're living in
Greenwich.
HTH!
-- Mark
On Sunday, April 8, 2018 at 1:15:25 PM UTC-7, Surya wrote:
>
> Hello Mark,
>
> That will probably work most of the time for you (you're fairly close to
>> the international timeline, right?) But it might not quite work right if
>> you stay up late or travel abroad.
>
>
> I live in Germany and need this task list only here in Germany.
> I don't need the time, only the date.
> It even doesn't matter, if a task is 1 day too late or 1 day too early
> (maybe this could be the case sometimes, if for example UTC says it is now
> the 9. April 9:00 am, but for me in Germany it is 8. April 23:45 pm).
>
> My hope: Because the described things do not matter to me, I could build a
> solution, which is easier?
> Because it seems to me writing this could be really difficult for me
> (means a lot of questions like "how to write this now and how that..." and
> so on).
>
> Surya
>
--
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/828b54b5-5d3d-4941-82a9-822da8c59f53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.