Hi again
I will try to rephrase my question - hoping it will becomere clearer
what i try to accomplish:
In my (custom) EditTemplate I have an inputfield for an imageUrl.
I use this for showing a wikified image in my (custom) ViewTemplate.
I would like to reuse the Url for another fieldvalue (field:nodelabel)
which is not shown in the ViewTemplate
(but it does in the TiddlyTagMindMap!).
This value has to be "preformatted" with [img(10%,auto)[fieldvalue]]
to show as a thumnail in TiddlyTagMindMap.
Can anyone tell me how to accomplish this?
Do I have to edit the plugin itself - or can I do it just by writing
something like:
<div class='small'>image URL (jpg/gif):</div>
<div class='editor' macro='edit image'></div>
{{{<div class='editor' macro='edit nodelabel'>}}}
*nodelabel=[img(10%,auto)[im...@here]]*
YS Måns Mårtensson
On 17 Apr., 01:12, Måns <[email protected]> wrote:
> My edittemplate:
> <div class='small'>image URL (jpg/gif):</div>
> <div class='editor' macro='edit image'></div>
> <div class='editor' macro='edit nodelabel'>
> What is the syntax for putting the image url into
> [img(10%,auto)[imageUrl]] = nodelabelvalue ?
>
> YS Måns Mårtensson
>
> On 17 Apr., 00:29, Måns <[email protected]> wrote:
>
> > I know the question is somewhat cryptic... And maybe I ask it in a
> > wrong way.. but -
>
> > I'm using TiddlyTagMindMapPlugin (http://
> > tiddlytagmindmap.tiddlyspot.com/)
> > I want to use an already specified fields(image) value to alias
> > another fields(nodelabel) value + prefix [img(10%,auto)
> > [ and a suffix: ]] - this way images will turn into thumbnails in
> > the mindmap..
> > and i don't have to reenter urls + img sizes ...
>
> > YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---