[tw] Re: "New" label for recently modified tiddlers

2015-06-30 Thread Leo Staley


On Tuesday, June 30, 2015 at 3:50:10 PM UTC-7, Jed Carty wrote:
>
> I have a few javascript date macros here 
> , but I have been 
> ignoring them so there isn't much you can do yet.
>

If you were to finish your date and calendar plugins/macros, Man, I would 
be S happy.  

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2caef9a8-737a-4d04-aaf7-f560f2ddba18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: "New" label for recently modified tiddlers

2015-06-30 Thread 'c pa' via TiddlyWiki
>> I had to write a new filter to solve this, have a look at GitHub 

 
if interested. Will submit once I document it. 
Hey that's cool. A good solution.
>> I would be very interested to see how it can be implemented using only 
TW5 syntax
Unfortunately core functionality doesn't do math so you'ld have to 
implement it with some complex table comparisons and lookups. So the 
cleanest solution is one of the filter you made, a math macro, or date math 
macro

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46127a25-6348-4815-aefb-ebd12af52672%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: "New" label for recently modified tiddlers

2015-06-30 Thread Jed Carty
I have a few javascript date macros here 
, but I have been ignoring 
them so there isn't much you can do yet.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e34e27f7-0d97-48f1-b149-d0fd287a246d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: "New" label for recently modified tiddlers

2015-06-30 Thread Rustem


> The Recent tab on your sidebar ... shows just the 50 (or other number) 
> most recently modified: 
>

Thanks, I'm aware of that, not what I want. 

I haven't yet had to build a macro to do date related math but I will need 
> to fairly soon. If noone else has one I'll post it here when its built
>

I would be very interested to see how it can be implemented using only TW5 
syntax. I had to write a new filter to solve this, have a look at GitHub 

 
if interested. Will submit once I document it. 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c883387c-976e-43d4-9357-4a7bf6e826a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: "New" label for recently modified tiddlers

2015-06-30 Thread 'c pa' via TiddlyWiki
Rustem,

The Recent tab on your sidebar solves this with something like the 
following code but this shows just the 50 (or other number) most recently 
modified: 

!!New:

<$list filter="[!is[system]has[modified]!sort[modified]limit[50]]">
{{!!title}}



I haven't yet had to build a macro to do date related math but I will need 
to fairly soon. If noone else has one I'll post it here when its built

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d82c0832-a3d0-4058-adee-01affd910120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.