In the original I immediately removed that line. So I guess you're viewing 
the forum via email.

Thanks!
-- Mark

On Wednesday, December 12, 2018 at 1:07:56 PM UTC-8, AlexHough wrote:
>
> Thanks Mark,
>
> What is the purpose of this line?
>
> <$view tiddler="Code to split out filename" field=modified />
>
> Alex
>
> On Wed, 12 Dec 2018 at 15:13, 'Mark S.' via TiddlyWiki <
> tiddl...@googlegroups.com <javascript:>> wrote:
>
>> The filter operators toolkit is under-powered lacking comparison, 
>> splitting, and most date functions. I don't think you can use a simple 
>> filter.
>>
>> You could use a list, and then inside the list use the reveal widget 
>> which does have comparison tools. Then select out and reveal tiddlers with 
>> dates less than a specified date (presented in TW date format).
>>
>> This code shows the non-system, non-system label items modified on 
>> TiddlyWiki.com since mid September, 2018:
>>
>> <$view tiddler="Code to split out filename" field=modified />
>>
>> <$list filter="[all[tiddlers]!is[system]!tag[SystemTags]!sort[modified]]">
>> <$reveal type="lt"  default="20180911214913228" text={{!!modified}}>
>> <$view field="title"/> <br/>
>> </$reveal>
>> </$list>
>>
>>
>> -- Mark
>>
>> On Wednesday, December 12, 2018 at 5:52:41 AM UTC-8, AlexHough wrote:
>>>
>>> thanks Bimba,
>>>
>>> I am trying to replicate the function on my computer where I can find a 
>>> file created on, after or before a particular date.
>>>
>>> The filter I would like to create would be like a saved search.
>>>
>>> The viz.js timeline has the functionality, but I'd prefer a cut down 
>>> version.
>>>
>>>
>>> Alex
>>>
>>> [1] http://kixam.github.io/TW5-visjsTimeline/
>>>
>>> On Wed, 12 Dec 2018 at 13:35, bimlas <bimba....@gmail.com> wrote:
>>>
>>>> Well, to be frank, you have to transform the date to days: for example 
>>>> today is 2018.12.12, if you want to list tiddlers after 2018.12.01, you 
>>>> can 
>>>> use `days[-12]`.
>>>>
>>>> -- 
>>>> 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+...@googlegroups.com.
>>>> To post to this group, send email to tiddl...@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/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/tiddlywiki/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> -- 
>> 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+...@googlegroups.com <javascript:>.
>> To post to this group, send email to tiddl...@googlegroups.com 
>> <javascript:>.
>> 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/b34ab58d-ac54-4edb-abc8-544168a2004e%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/b34ab58d-ac54-4edb-abc8-544168a2004e%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/db402f88-8bcb-4fee-9b34-5d55f552560b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to