> Thanks for this. I've got your script working - thanks very much for
> that. (I may continue to experiment with NewSavedTiddlerPlugin but
> your script works fine).
>

1) *NewSavedTiddlerPlugin* requires another plugin named
*NewMeansNewPlugin*.
or you could remark the statement in *NewSavedTiddlerPlugin* with
leading "//":
//              title = config.macros.newTiddler.getName(title); // from
NewMeansNewPlugin

2) Using the *newSavedTiddler* macro can't open the new tiddler in
editing mode directly, as you want it to be, unless you change the
statsment in *NewSavedTiddlerPlugin*:
                story.displayTiddler(this,title);
to
                story.displayTiddler(null,title,DEFAULT_EDIT_TEMPLATE);

of course, you need to save changes and reload page.

Bram



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