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 [tag[journal]][sort[-modified]] into DefaultTiddlers - it works just fine, and is a great way to make TW act like a rudimentary blog. And combining such a statement with the more traditional list of tiddler also works, but as I pointed out, one isn't able to control the ordering of the display (static listing first, then dynamically generated list) - the tag macro's sort statement applies to all the tiddlers retrieved. 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 displaying a list. I realize these are two separate questions - my current workaround is to use a "default" tag and to control the ordering by manipulating the titles, but it's definitely a less than ideal kludge. . . > On 11 jun., 21:04, HansBKK <hans...@gmail.com> wrote: > > > Q1: > > I'd like to have my TW's default display on loading to have a > > particular tiddler at the top, followed by a set of tiddlers selected > > by the presence of a tag "default". I thought the following > > defaultTiddlers would work: > > [[Open Journal Entries]] > > [tag[default]][sort[-modified]] > > > However, the "sort" parameter in the second line is being applied to > > the whole set, so the first entry only shows at the top if it is the > > most recently edited tiddler - in practice this sorting behavior > > results in this tiddler always sorting to the bottom! > > > A - I would suggest that this behavior be fixed, > > B - 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. > > C - even more ideally, the list of defaultTiddlers could be generated > > by Eric's fine MatchTagsPlugin, allowing for boolean logic in the tag > > selection (default OR (journal AND NOT Archived) > > > Suggestions on how to accomplish any and/or all of the above would be > > most welcome - kludgey workarounds gratefully accepted. > > > BTW I am in the meantime relying on a macro button using > > OpenTaggedTiddlers, but I'd much rather have the desired set show up > > without the user having to remember to push it on startup. > > > Thanks in advance. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.