When viewing the “TiddlyWiki on the Web” tiddler, it shows a set of “flex-card-external” buttons, each of which opens a URL in a separate tab. However, if you expand the “TiddlyWiki on the Web” TOC branch and then navigate directly to any of the tiddlers in that branch, they each display no content because their text
fields are empty.
I suggest that the text
field for each of those tiddlers should contain:
<a href={{!!url}} target="_blank">{{!!url}}</a>
so that they will provide a proper link to the respective web site.
Alternatively, they could contain something like this:
@@width:fit-content;.tc-cards.tc-cards-vertical
<$macrocall $name="flex-card-external" backgroundcolor={{!!background-color}} textcolor={{!!text-color}} captionField="caption"/>
@@
which will render the same “flex-card-external” button that is shown in the “TiddlyWiki on the Web” tiddler.
-e