1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00

Captions should be transcluded, not viewed raw

This commit is contained in:
jeremy@jermolene.com 2023-04-25 17:52:08 +01:00
parent 539cc56584
commit d527ae9cd7

View File

@ -7,7 +7,7 @@ This is a list of all the tiddlers containing ~GeoJSON feature collections in th
<$list filter="[all[shadows+tiddlers]tag[$:/tags/GeoFeature]sort[caption]]">
<li>
<$link>
<$view field="caption"><$view field="title"/></$view>
<$transclude field="caption"><$view field="title"/></$view>
</$link>
</li>
</$list>