> Greetings from the other side!

You're still with us in spirit.

> I'd like this form to be created when I click a 'new meeting' button

You can use a custom NewTiddler* macro call for that:
     <<newTiddler
         label:"new record"
         text:{{store.getTiddlerText("MeetingTemplate")}}
         tag:"meetings"
     >>

That will pre-populate the new tiddler with the context of 
[[MeetingTemplate]].

HTH.


-- F.

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