From 2933855f31b2fa6925ba106528d441d0e94054ea Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 10 Oct 2024 15:04:38 +0100 Subject: [PATCH] Ensure "TiddlyWiki on the Web" links are displayed correctly Thanks @ericshulman --- .../community/links/external-links-view-template.tid | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 editions/tw5.com/tiddlers/community/links/external-links-view-template.tid diff --git a/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid b/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid new file mode 100644 index 00000000000..c7eceb91abb --- /dev/null +++ b/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid @@ -0,0 +1,8 @@ +title: $:/_tw5.com/external-links-view-template +tags: $:/tags/ViewTemplate + +<%if [tag[TiddlyWiki on the Web]] %> +
+<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/> +
+<%endif%>