Only a minute or two ago I found my solution

<$list filter="[!is[system]regexp:text{!!title}sort[title]] 
[is[system]regexp:text{!!title}sort[title]] -[is[current]] 
-[[$:/HistoryList]]"><strong><$view field="title"/></strong><span 
class="indent1"><$link><span class="graybox"><$transclude field="text" 
mode="block" /></span></$link></span></$list>


On Saturday, January 25, 2020 at 11:50:34 AM UTC-6, Mat wrote:
>
> As I understand it, you have this code snip in all tiddlers, true, because 
> it has that tag. BUT only those tiddlers that fulfill the condition will 
> actually show something and the condition is that the (current) tiddler is 
> a system tiddler, i.e that it has the title prefix "$:/". If you're looking 
> at a tiddler that is *not* a system tiddler, then the viewtemplate will 
> not show anything because the condition is not fulfilled. If it IS a system 
> tiddler, it might show something.
>
> Maybe what you want is:
>
> `<$list filter="[all[current]backlinks[]] +[prefix[$:/]sort[title]]"><span 
> class="indent1"><$transclude field="text" mode="block"/><$link 
> >---</$link></span></$list>`
>
> I didn't try this by I think this should first get all backlinks to the 
> current tid and then add the condition that it should be a system tid and 
> then sort.
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7165e86d-e0dc-4a8f-a876-2eb6a619ef64%40googlegroups.com.

Reply via email to