From c9f2adc391687f72d4ac156cb813bc62c4ec596c Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 13 Jan 2023 11:35:01 +0000 Subject: [PATCH] Treat caption field as plain text --- plugins/tiddlywiki/geospatial/demo/data.tid | 4 ++-- plugins/tiddlywiki/geospatial/demo/ui/geomarker.tid | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/tiddlywiki/geospatial/demo/data.tid b/plugins/tiddlywiki/geospatial/demo/data.tid index c72fa80ea..18d8b843f 100644 --- a/plugins/tiddlywiki/geospatial/demo/data.tid +++ b/plugins/tiddlywiki/geospatial/demo/data.tid @@ -8,7 +8,7 @@ tags: $:/tags/GeospatialDemo <$list filter="[all[shadows+tiddlers]tag[$:/tags/GeoMarker]sort[caption]]">
  • <$link> -<$transclude field="caption"><$view field="title"/> +<$view field="caption"><$view field="title"/>
  • @@ -20,7 +20,7 @@ tags: $:/tags/GeospatialDemo <$list filter="[all[shadows+tiddlers]tag[$:/tags/GeoLayer]sort[caption]]">
  • <$link> -<$transclude field="caption"><$view field="title"/> +<$view field="caption"><$view field="title"/>
  • diff --git a/plugins/tiddlywiki/geospatial/demo/ui/geomarker.tid b/plugins/tiddlywiki/geospatial/demo/ui/geomarker.tid index 66b6250d6..d2333d436 100644 --- a/plugins/tiddlywiki/geospatial/demo/ui/geomarker.tid +++ b/plugins/tiddlywiki/geospatial/demo/ui/geomarker.tid @@ -75,7 +75,7 @@ title: $:/plugins/tiddlywiki/geospatial/demo/ui/geomarker