I think this question of yours is being neglected because it is too much information and asks too much of someone wanting to help you. It in some ways asks a respondent to want and do exactly as you have just to see what is the problem. We have to get the plugin and read the mod and you have not even explained what outcome you want.
I respectfully suggest you try and apply some troubleshooting steps of our own and see if you can reduce this to a simpler question.
Only thing needed is to change the filter to get the todos assigned for today…I don’t know much about regexp, so I am unable to crack this. If I get time, I will put up a demo of what I tried.
Just a guess: the filter defined in ToDo-now() ends with <now> which produces a string looking like this: 00:56, 27th July 2022 (depending on your locale).
This string will never match any todo item date, because they are formatted like this: 2022-07-26, so I think you should add a format string to the macro.
Regexp are not necessarily the answer. Typically we could have todos with a tiddlywiki serial date assigned to them then we can compare the first 6 characters with those in a now date.
<now YYYY0MM0DD> today in a filter [get[do-date]split[]first[6]]a tiddlywiki serial date reduced to just a day
[all[current]get[do-date]split[]first[6]join[]match<now YYYY0MM0DD>] to test the current tiddler
Hi @arunnbabu81 ,
Now I am back from my vacation.
Is your question solved (as I would expect if there is an answer by Eric ;-).
Is there a result I should make accessible for others?
I didn’t get time to test it. I am also confused about which filter in the macro to be replaced. It would be better if you could post the code for today macro in the plug in site or here in the forum
This is how my Journal tiddler looks like (It has a journal-date field). Using a viewtemplate, I extract all relevant data for that particular data. In that, the ToDay view of Sticky ToDo is also a part.
Hi journalists,
I made a slightly more versatile version of the macro and the template where you can enter the date more easy. tiddlers(11).json (1.1 KB)
For example you can use it show the Todos of the current date.
BTW: Is there a smart way to use the now macro (or something else) to show the day after to today… and two days after today…