A quick example: 

With the following tiddlers:

   - 001-ABC
   - 002-BCD
   - 003-AAA

where they have the appropriate nr fields, you can use:

<$list filter="[all[tiddlers]has[nr]split:after[-]sort[]]" variable="asd">
    <$list filter="[all[tiddlers]suffix<asd>]">
        <$view field="title"/><br/>
    </$list>
</$list>

My missing link to Tobias split 
plugin: https://tobibeer.github.io/tw5-plugins/#split

On Tuesday, January 2, 2018 at 2:47:43 PM UTC-5, Diego Mesa wrote:
>
> Hello Tob,
>
> I frequently use Tobias' excellent split plugin.
>
> You could use:
>
> [all[tiddlers]has[nr]split:after[-]sort[]]
>
> to get the correct list of sorted "titles". The thing is you'd now have to 
> *link* them to the correct tiddler. 
>
> On Tuesday, January 2, 2018 at 2:31:11 PM UTC-5, tobaisch wrote:
>>
>> Thanks Mark,
>>
>>> The problem is that your final list won't necessarily be sorted the way 
>>> you expect.
>>>
>>
>> This is really a big problem.
>> That's the reason why I wanted this list in this form.
>> Also, I can not use it as a template.
>> I wanted to use this as a template for the search.
>> Is your assessment final or do you think that there may be another 
>> solution?
>> That does not sound good. :(
>> Regards 
>> 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/d0fd7d65-0d82-4205-953f-1f8bfa21e61d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to