thank you Eric.  I think that worked, but not the way I expected...
maybe you can see where I'm going wrong:

Template2 (using your ListboxPlugin) has this:
| Location:|<<select locat...@$1 rows:1 allowBlank
+BodyLocationTemplateTotal allowEdit>>|

and so the value returned by {{tiddler.title}} in the new tiddler is
supposed to be inserted at the "$1"
It works fine if I have a one-word title, but if I have a two word (or
more) title (e.g. "abcd efgh"), I get a table with

"Location:" in the left cell, but what looks like a list box with
(from top to bottom): (space), efgh, rows:1, allowBlank,
+BodyLocationTemplateTotal, allowEdit, other:foot.

Any ideas?

p.s.:  I'd almost rather be able to somehow replace
"{{tiddler.title}}" in the body of the newly formed tiddler with the
actual text of the title itself - is that at all possible (without
having to write a new plugin or something drastic like that)?
(because I'd like to see the contents of the new tiddler in a pop-up
which does work if the tiddler title is actually in the <<tiddler>>
macro)


On Jul 19, 10:57 pm, Eric Shulman <elsdes...@gmail.com> wrote:
> > <<tiddler ProblemTemplate2 with: "{{tiddler.title}}">>
> > but that doesn't work either
>
> You were close... just remove the excess quotes:
>    <<tiddler ProblemTemplate2 with: {{tiddler.title}}>>
>
> enjoy,
> -e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to