1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 10:46:57 +00:00

Switch to related, add reverse links to footer.

This commit is contained in:
Scott Sauyet 2025-03-24 18:58:53 -04:00
parent fa71a11919
commit cfeeca30ba

View File

@ -0,0 +1,12 @@
[
{
"created": "20250324175606325",
"text": "\\whitespace trim\n<% if [<currentTiddler>has[related]] %>\n\n-----\n<details><summary>Related</summary>\n<ul class=\"tc-related-footer\">\n<$list filter=\"[enlist{!!related}]\"><li><$link/></li></$list>\n</ul>\n</details>\n\n<% endif %>\n\n\n<% if [contains:related<currentTiddler>] [<currentTiddler>backlinks[]] %>\n\n-----\n<details><summary>Linked here</summary>\n<ul class=\"tc-related-footer\"> \n<$list filter=\"[contains:related<currentTiddler>] [<currentTiddler>backlinks[]] +[unique[]sortan[]]\"><li><$link/></li></$list>\n</ul>\n</details>\n\n<% endif %>",
"tags": "$:/tags/ViewTemplate",
"title": "$:/editions/tw5.com/related-template",
"modified": "20250324220838935",
"type": "text/vnd.tiddlywiki",
"code-body": "yes",
"list-after": " $:/core/ui/ViewTemplate/body"
}
]