Okay... Her's what I changed in $:/core/modules/widgets/navigator.js:

    var newTiddlerTitle = event.param || "New Tiddler";
    // Get the template tiddler if there is one
    var templateTiddler = this.wiki.getTiddler(newTiddlerTitle);
    // Create the new tiddler
    var title = this.wiki.generateNewTitle((templateTiddler && 
templateTiddler.fields.title) || newTiddlerTitle);

But this will also make any existinf tiddler be the "template" (correct 
naming: Skeleton) for any new tiddler. Example: If you create a tiddler 
called "New Tiddler" this one will be the skeleton for any "New Tiddler #" 
created from then on.

If you type a tiddler's name, for example "test" into the search field and 
press "+", you'll get a copy of an existing tiddler "test" which will be 
titled "test #".

This might be confusing first, but I think I'm gonna like it.



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to