I have a small issue with that method.
I applied it to my TOC. I have a journal tiddler where I want the item
sorted so that the last created appears first in the list. I used that line
<<toc-selective-expandable 'TableOfContents' "sort[title]!sort{!!fuzzy}" >>
The field fuzzy is in the journal tiddler and contains created. It does
work and my items are listed correctly inside but the issue is that all
main title (that are on the same level of journal) also gets their order
reverted!
How can I do so that only the content of journal is reverted?
On Wednesday, 7 December 2016 17:32:14 UTC, Riz wrote:
>
>
>
> Instead of sort[title]sort[fuzzy] if we use sort[title]sort*{!!fuzzy}* we
> can set the alternative criteria in the branch that requires it.
>
> eg:
> <<toc-selective-expandable TableOfContents sort[title]sort{!!fuzzy}>>
> will create a normal TOC sorted by title
> Now in a tiddler, say features, we create a field named fuzzy and add the
> value as "created", children of Features will be sorted in the order of
> creation date.
>
--
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 [email protected].
To post to this group, send email to [email protected].
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/cfcf1843-3841-418e-a731-1b15d37144f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.