I guess this is the ToDo-sidebar-date Macro
that you are talking about ?
\define ToDo-sidebar-date()
<$list filter="[regexp:text!is[system]!is[current]first[1]]" emptyMessage={{$:/plugins/JJ/ToDo/settings##done-message}} variable=“x”>
<>
<$wikify name=“ToDo-filter-result” text=<>>
<$list filter="[regexp:text!is[system]!is[current]subfilterget[text]join[spl1t]]" variable=“longstring”>
<$list filter="[splitregexp[\n|spl1t]regexpsortsub]" variable=“line”>
<div style=“margin-left:2em;text-indent:-1em;” title=<> > {{{ [search-replace::regexp[.<<ToDo “.+?” ".?" “(.)">>.],[$1]] }}}
<$list filter=”[search]">
<$list filter="[search-replace::regexp{$:/plugins/JJ/ToDo/settings##sidebar-search},[$1]]" variable=“line-clean”><></$list>
</$list>
</$list>
</$list>
</$wikify>
</$list>
\end
Am i supposed to copy paste the same in the $:/plugins/JJ/ToDo/macros
?
And which parts of that macro should i replace with \define ToDo-date() [<currentTiddler>search-replace::regexp[.*<<ToDo ".+?" ".*?" "(.*?)">>.*],[$1]match<now>]