Hey Tob,

Ive actually used this plugin in a similar way like this:

I have a Papers of Interest tiddler with the following content:

!! Health 
<dl><$list filter="[tag[PoI]tag[EHR]!nsort[touched]]" template=
"$:/.dm/templates/list-summary-prioritize"/></dl>


!! General
<dl><$list type="dl" filter="[tag[PoI]!tag[EHR]!nsort[touched]]" template=
"$:/.dm/templates/list-summary-prioritize"/></dl>


with the list-summary prioritize template:

<dt>
<$link><$list filter="[all[current]rating[5]]"><span class="priorityStar">
&#9733;</span></$list> <$view field=title/></$link></dt>
<$list filter="[all[current]has[summary]]"><dd>{{!!summary}}</dd></$list>

This creates a formatted list of tiddlers tagged PoI sorted by a timestamp 
I call touched. The template adds an additional red star infront of the 
title if the rating of the tiddler is a 5.

I have tried to copy as much from Tobias as I can! 

Best,
Diego


On Thursday, December 21, 2017 at 9:00:04 PM UTC-6, tobaisch wrote:
>
> Hello Tobias,
> how can sort by ratings or filter.
> For example; only the tiddlers with 5 stars but in a list and sort by name?
> THX
> Tob
>

-- 
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/5304a078-e540-47a8-b386-bec85ce1d3a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to