You might find some inspiration from the code here
http://www.strm.us/tw/examples_twgg/ijstaskmanager.html#TaskManagerPlugin

setup as a plugin, to automatically create tiddlers at startup
(silently)

if you want to do it so that the tiddler opens in edit mode you could
adapt the new task script here: (similar to the plugin above)
http://www.strm.us/tw/examples_twgg/ijstaskmanager.html#ProjectTemplate

Hope that helps,

Mike


On Nov 30, 12:29 pm, Mike <[email protected]> wrote:
> If I am understanding you correctly, you want to create  new tiddler
> every time the TW is opened?
> . . . and you want it to have the correct information / tags?
> Do you want it to be in edit mode or just created?
>
> Thank you,
>
> Mike
>
> On Nov 30, 11:21 am, Craig in Calgary <[email protected]>
> wrote:
>
> > The #newTiddler:Title Startup Parameter (http://tiddlywiki.com/
> > #StartupParameters) will create and name a new tiddler when the
> > TiddlyWiki is opened by a browser. TiddlySnip (http://tiddlysnip.com/
> > #Features) will create a new tiddler and also push content and tags
> > into it for a specified TiddlyWiki. Code like the following:
>
> > <<newTiddler label:"newHTML" title:'New HTML' text:
> > {{store.getTiddlerText('TiddlerMakeFile##html')}} tag:html>>
>
> > will create a new tiddler and also push content and tags into it from
> > within the TiddlyWiki being used.
>
> > Is there a way to create and name a new tiddler with Startup
> > Parameters that will include content and tags within the URI when the
> > TiddlyWiki is opened by a browser?
>
> > Thank you.
>
> > Craig

--

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