[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-15 Thread HansBKK
For those googling this in the future, this issue: ideally, DefaultTiddlers could contain a list of tag macro statements (as in #2 above) and each section of the resulting display could have a separate sort order. even more ideally, the list of defaultTiddlers could be generated by Eric's fine

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-12 Thread HansBKK
Thanks for responding Eric, however I haven't been able to get the syntax to work in DefaultTiddlers. This works just fine: [tag[journal]][sort[-modified]][limit[50]] This returns nothing [tag[journal AND NOT archived]][sort[-modified]][limit[50]] even though several of my journal tiddlers are

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-12 Thread Eric Shulman
This works just fine: [tag[journal]][sort[-modified]][limit[50]] This returns nothing [tag[journal AND NOT archived]][sort[-modified]][limit[50]] Remove the quotes. The [tag[...]] syntax itself delimits the expression. [tag[journal AND NOT archived]][sort[-modified]][limit[50]] -e --

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-12 Thread HansBKK
Yes, I'd also tried that, returns zero. Just to be sure I copied and pasted from your message and double- checked case-sensitivity. I'll try some other stuff as workarounds in the meantime. . . On Jun 12, 5:23 pm, Eric Shulman elsdes...@gmail.com wrote: This works just fine:

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-12 Thread HansBKK
Embarrassed apologies Eric, I thought I'd updated all my plugins but I must have missed this one! I had been using v2.0.0, which was still using getTaggedTiddlers, while the current v2.0.5 switched to getMatchingTiddlers instead to allow for the boolean matching in the core tag macro. --

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-11 Thread whatever
In DefaultTiddlers you can only list the tiddlers. If you want to use a sorting/listing syntax, put it in a custom tiddler and then just list that tiddler in the DefaultTiddlers. For example: Put [tag[default]][sort[-modified]] in MyDefaultTiddlers tiddler and then put [[MyDefaultTiddlers]] in

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-11 Thread HansBKK
On Jun 12, 3:09 am, whatever kbrezov...@gmail.com wrote: In DefaultTiddlers you can only list the tiddlers. If you want to use a sorting/listing syntax, put it in a custom tiddler and then just Sorry, but this just isn't true. Go ahead and test it yourself: Put

[tw] Re: tag macro in defaultTiddlers - sort issue

2011-06-11 Thread Eric Shulman
The other difficulty is that I haven't been able to get more complex selection criteria to work, and ideally I'd like Eric's MatchTags to be able to work like the tag macro does regarding *actually opening* a list of tiddlers as part of the DefaultTiddlers functionality, rather than just