Bram

Thanks for this. I'll give it a try and then see whether to stay with
your script which is currently working fine or whether to go with
NewSavedTiddlerPlugin.

Thanks

Kevin

On Oct 21, 4:28 pm, BramChen <[EMAIL PROTECTED]> wrote:
> > 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