mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 10:36:50 +00:00
Treat caption field as plain text
This commit is contained in:
@@ -75,7 +75,7 @@ title: $:/plugins/tiddlywiki/geospatial/demo/ui/geomarker
|
||||
<ul>
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/GeoMarker]sort[caption]] -[<currentTiddler>]">
|
||||
<li>
|
||||
<$link><$transclude field="caption"><$view field="title"/></$transclude></$link>
|
||||
<$link><$view field="caption"><$view field="title"/></$view></$link>
|
||||
--
|
||||
<$let
|
||||
otherLocation={{{ [geopoint{!!lat},{!!long}] }}}
|
||||
|
||||
Reference in New Issue
Block a user