The nr number contains the prefix, right? But you want to sort by the 
suffix?

So add a field that also contains the suffix (perhaps sfx). 

You don't have to change the title. You can then sort by the sfx field and 
display it but link to the title field.

The list code might look like:

<$list filter="[has[sfx]sort[sfx]]">
<$link><$view field=sfx/></$link><br/>
</$list>

-- Mark

On Wednesday, January 3, 2018 at 10:55:06 AM UTC-8, tobaisch wrote:
>
>
> All the sorting occurs in the outer loop. But there's no mechanism to sort 
>> by a portion of the title.
>>
>
> Are you 100% sure that there is no possibility for sorting after 
> removeprefix?
> I can remove the numbers from the title, but undoing them will be very 
> difficult.
> I have already a field "nr" with the numbers.
>
> Is there another field beside the title field which is (or can be make) 
> searchable with the standard search?
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2dbbec60-b9bc-47e9-b814-2513ffbfd328%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to