Take a look at the NewSavedTiddlerPlugin and NewButtons tiddlers at: http://monkeygtd.tiddlyspot.com/demo3.html#NewSavedTiddlerPlugin%20NewButtons
It creates a pop-up to name a tiddler. The tiddler shows up in View mode so you can have your forms in there. Ken Girard On Jan 6, 9:51 am, Eric Shulman <[email protected]> wrote: > > For example, you could use the NewTiddler macro: > > <<option txtFoo>> > > <<newTiddler title:{{config.options.txtFoo}}>> > > That won't work. The {{config.options.txtFoo}} value is calculated > when the <<newTiddler>> macro is rendered, not when it is clicked > upon. Thus, the value of the title passed to the macro will be the > same value it started with, regardless of any new value entered into > <<option txtFoo>> (which *does* set config.options.txtFoo, but too > late to make any difference) > > -e > Eric Shulman > TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

