This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:BasicBacklinksList/answer

18th April 2021 at 9:22am

To display the list:

Backlinks:

<ul>
<$list filter="[all[current]backlinks[]]">
  <li><$link /></li>
</$list>
</ul>

To make the $:/yourname/TiddlerLinkSummary template appear on every tiddler, you'll need to tag it $:/tags/ViewTemplate. Positioning it in the list is optional in this case, since it will appear after the listed items anyway by default.

Go to question: Ex:BasicBacklinksList