Seems like this would be much more doable if there were greater-than and 
lesser-than filter operators.

With the javascript plugin in TWC, comparing dates was pretty straight 
forward.

Is your search open ended (like any date in time), or is there a reasonable 
fixed range?

I created a tiddler called "Days in 07 July" with a list field populated 
with all the days in July:

20160701 20160702 20160703 20160704 20160705 20160706 20160707 20160708 
20160709 20160710 20160711 20160712 20160713 20160714 20160715 20160716 
20160717 20160718 20160719 20160720 20160721 20160722 20160723 20160724 
20160725 20160726 20160727 20160728 20160729 20160730 [[20160731]

Then a nested list like this:

<$list filter="[list[Days in 07 
July]allafter:include[20160710]allbefore:include[20160715]]" >
<$list filter="[sameday<currentTiddler>]"><$view field=title/><br/>

</$list>

Will find all the tiddlers modified in July between July 10th and July 
15th. You could use a <$select> widget to pick the dates for the ranges.

I imagine that you could create calendars for all months you might be 
searching and append them to form a longer search range.


Good luck,
Mark

On Thursday, October 27, 2016 at 4:49:40 AM UTC-7, HC Haase wrote:
>
> Hello
>
> looked like a simple request, but no.
>
> is there a easy way to find tiddlers (with tag x) in a date span / between 
> two dates?
>
> I looked at the forum and found some suggestions with regular expression 
> <https://groups.google.com/forum/#!searchin/tiddlywiki/between$20dates%7Csort:relevance/tiddlywiki/EQUv-Qsl-6c/M_Sydx0TRY0J>
>  
> and using the days operator. 
> <http://tiddlywiki.com/#days%20Operator%20(Examples)>
>
> However these are quite complicated for a rather simple request. IMO this 
> should be as easy as searching for a tag.
>
>
>    1. is there a simple way to do this (if so this should be documented)?
>    2. Can it be done with a filter that can be added to the "default 
>    filter dropdown picker arrow"?
>    3. or, if not should this be a feature request (or plugin)?
>
>
>

-- 
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/ab8bed4f-3092-4c2c-ad14-c7b7eed04a25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to