I was trying to add the rider macro
from the rider plug in by @clutterstack into a custom listitemtemplate.
The purpose is to add in-place editing capability to the backlinks section.
So I cloned the $:/core/ui/TiddlerInfo/References
to create a custom backlinks section with code as given below
\define lingo-base() $:/language/TiddlerInfo/
<$list filter="[all[current]backlinks[]sort[title]]" emptyMessage=<<lingo References/Empty>> template="Styled Listtemplate for backlinks">
</$list>
Code within the Styled Listtemplate for backlinks
tiddler is
\whitespace trim
<div style="clear:both;">
</div>
<div class="tc-tagged-bylm">
<details><summary>{{||tKwm}}</summary>
<<rider "text">>
</details>
But this line in the code <<rider "text">>
doesn’t seem to work. How to correct it?
I have made a demo here with relevant tiddlers in the home page