Thanks!
I managed to figure it out on my own!
$:/.giffmex/ViewTemplate/refslinks
*instead*
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div"
retain="yes" animate="yes">
<hr>
<$vars searchme=<<currentTiddler>> searchspx={{{
[<currentTiddler>escaperegexp[]]}}} >
<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]]
-[is[current]]"><$link><$view field="title" /></$link><br></$list>
</$vars>
</$reveal>
</span>
*replace with*
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div"
retain="yes" animate="yes">
<hr>
<$vars searchme=<<currentTiddler>> searchspx={{{
[<currentTiddler>escaperegexp[]]}}} >
<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]]
-[is[current]]"><$link><$view field="title" /></$link>
<$list filter="[all[current]tags[]sort[title]]"
template="$:/core/ui/TagTemplate" storyview="pop"/>
<br></$list>
</$vars>
</$reveal>
</span>
On Saturday, June 20, 2020 at 4:35:05 AM UTC+3, TW Tones wrote:
>
> Alexander,
>
> That all depends on how you see the backlink in the first place!.
>
> - Are you using a custom edition of tiddlywiki, roam, blink stroll
> etc...
> - Have you installed a substantial plugin
> - Did you make the backlinks display?
>
>
> More information and illustration if possible, and people can help quicker
> and with less effort on their part.
>
> Regards
> Tony
>
> On Saturday, June 20, 2020 at 5:01:29 AM UTC+10, Alexander Zelenukhin
> wrote:
>>
>> Hello!
>> I want to display a tag near the backlink (the tiddler tag that the link
>> leads to)
>> Can anyone tell me how this can be implemented?
>>
>
--
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/32226e11-1824-4914-a2fa-a2f38fa3303fo%40googlegroups.com.