Hi all. I'm trying to append a line of text to a tiddler whose name is
constructed via a macro. Consider abridged code:
\define MapLine()
{ "$(tmapid)$": { "x": 0, "y": 0 } }
\end
\define ViewPath(viewname)
$:/plugins/felixhayashi/tiddlymap/graph/views/$viewname$/map
\end
....
<!-- TIDDLYMAP VIEW -->
<$select class="tw-edit-texteditor myTextEdit"
tiddler=<<$:/_opTaskStore>>
field="TiddlyMapView"
default="Default" >
<$list filter=<<tmap "option" "selector.allViewsByLabel">> >
<option value={{!!title}}>
<$view tiddler={{!!title}} field="title" />
</option>
</$list>
</$select>
View path: <<ViewPath {{!!TiddlyMapView}}>>
The "View path" output is a bit mixed - it presents:
$:/plugins/felixhayashi/tiddlymap/graph/views/
<file:///S:/TiddlyWiki/Projects/TiddlyPom/TiddlyPOM_1.0.0/TiddlyPoM.html#%24%3A%2Fplugins%2Ffelixhayashi%2Ftiddlymap%2Fgraph%2Fviews%2F>Live
View/map
What I want to do is add text generated by the macro MapLine (which works)
to the end of the text on the above tiddler - how do I do this?
Thanks
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/916c3ecf-129c-4726-8f0f-d5e010da0c34%40googlegroups.com.