Because the 'edit-text' widget can't edit fields of the tiddler where it 
resides, I'm trying to generate pairs of tiddlers with logically-related 
names from a single button click.

Specifically, what I'm trying to do is have the user enter text in a box - 
"sometiddlertitle" and then create two tiddlers: "sometiddlertitle" and 
"sometiddlertitleQ"

The idea is that "sometiddlertitle" will act as an editor for 
"sometiddlertitleQ" 

Trouble is I seem to have sent myself crazy trying a gazillion different 
things, I have tried to follow the advice of several threads but nothing 
has worked.

I think I need to store "sometiddlertitle" in a field(qtitle) of a 
tiddler(QT), using the edit-text widget, then have something like;

<$button message="tm-new-tiddler" param={{QT!!qtitle}}><$action-sendmessage 
$message="tm-new-tiddler" $param={{QT!!qtitle}}Q/>Make Tiddlers</$button>

But not that, obviously, that's one of the many ways that don't work.

I'm fairly sure I have to use a macro...

Does this make sense to anyone??

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to