1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-10 20:56:39 +00:00

Merge branch 'TiddlyWiki:tiddlywiki-com' into tiddlywiki-com

This commit is contained in:
IchijikuIchigo 2024-10-11 20:12:55 +09:00 committed by GitHub
commit 4fa645514c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,8 @@
title: $:/_tw5.com/external-links-view-template
tags: $:/tags/ViewTemplate
<%if [<currentTiddler>tag[TiddlyWiki on the Web]] %>
<div class="tc-cards tc-cards-vertical">
<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/>
</div>
<%endif%>