After spending 2 hours trying and searching here and elsewhere I can't
get this to work:

<<select book rows:1 +BooksList>>
+++[pick chapter after you pick a book]...
script method:
<script>
var Bk=store.getValue(tiddler,"book")
wikify ("<<select Chapter rows:1 +Chapters"+Bk+">\>");
return Bk
</script>
wikify method:
<<wikify [[<<select Chapter rows:1 +Chapters%0+>\>]] "b...@here">>
===

The first listbox (using Erics ListboxPlugin) works fine and assigns a
value to the custom field "book".
I've tried variations of the above script but I can't seem to get
either the field value properly, nor the wikify thing to spit out
anything at all.  I've played around with using
{{store.getValueItiddler,"book")}} in various places to no avail.

the <<wikify>> method has come closest as the right field value does
appear, but I'm not sure if you're supposed to be able to write the
listbox macro from inside the wikify macro.

Any suggestions?

-- 
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.

Reply via email to