[tw] Re: AutoOpenPlugin

2009-09-13 Thread shavinder
Thats a geat idea. Inlinejavascript plugin by Eric can do this, I think. A script can create a new tiddler which when closed triggers another script to make a call back to the mother script(you would prolly also need a special template, using TaggedTemplateTweak plugin, again by Eric . The mother

[tw] Re: AutoOpenPlugin

2009-09-13 Thread Eric Shulman
> One thing I need is to have the TW automatically open a new tiddler, > in edit mode, with an automatically generated heading (something like > "UserName-MMDDHHMM). When that tiddler is saved...a new tiddler is > automatically opened using the same format...so that there is > always a rea

[tw] Re: AutoOpenPlugin

2009-09-13 Thread skye riquelme
Hi Eric I tried your script but can´t get it to work...it creates a great box at the top of the page with a send bottom at the bottom...but when I type some text and then hit send ..it doesn´t create the tiddler...nitions ..and ..in the store.saveTiddler line...can I include tags ?.

[tw] Re: AutoOpenPlugin

2009-09-13 Thread Eric Shulman
> type some text and then hit send  ..it doesn´t create the > tiddler...nitions huh? I tried this in an empty TW document and it created the tiddler just fine. Perhaps you have installed a plugin that is interfering? > ..and ..in the store.saveTiddler line...can I include > tags ?.

[tw] Re: AutoOpenPlugin

2009-09-14 Thread shavinder
Its wonderful! never would have thought such a neat solution and compact solution was possible! Its working wonderfully. I just tried it out. There is one thing I noticed, we can only create one tiddler in a minute, otherwise TW alerts us that a tiddler already exists. I changed this line:

[tw] Re: AutoOpenPlugin

2009-09-14 Thread Måns
Wauw - this sounds great and very usefull indeed - would you mind uploading a working testcase? I would love to see it in action. YS Måns Mårtensson On Sep 14, 3:00 pm, shavinder wrote: > Its wonderful! never would have thought such a neat solution and > compact solution was possible! > Its wor

[tw] Re: AutoOpenPlugin

2009-09-14 Thread Tobias
Hi Eric, Possibly the problem is in using the wrong quotes. Instead of: ["Talk","temporary"] skye would have to use: ['Talk','temporary'] QuickNotes is a cool solution. I just added such a tiddler to my notetaking tiddlywiki, listing newly created notes via tiddlerListMacro right below the input

[tw] Re: AutoOpenPlugin

2009-09-14 Thread skye riquelme
Hi Again Finally had time to check out what was happening. As Eric said one of the other plugins must be interfering with this working. So I set up a empty TW...the code works perfectly asa Eric said...then added in the plugins I have in the TW where this code doesn´t work..until I found that

[tw] Re: AutoOpenPlugin

2009-09-14 Thread skye riquelme
OOOooops Just one thingthe code now writes the tiddler correctly...but does not clear the text in the input boxso I have to delete before I can add something else..can I have it clear r the text as well...in preparation for another entry??? Thanks Skye On 15 Set, 00:26, skye riquelm

[tw] Re: AutoOpenPlugin

2009-09-14 Thread Eric Shulman
> found that loading in HTMLFormattingPlugin breaks this code...delete > HTMLFormattingPlugin and it works again...reload HTMLFormattingPlugin > it stops working.its beyond me to figure out why Did you include the special "" syntax in the html? Are you using an older version of HTMLFormattin

[tw] Re: AutoOpenPlugin

2009-09-14 Thread Eric Shulman
> Just one thingthe code now writes the tiddler correctly...but does > not clear the text in the input boxso I have to delete before I > can add something else..can I have it clear r the text as > well...in preparation for another entry??? add these two lines to the end of the script:

[tw] Re: AutoOpenPlugin

2009-09-15 Thread skye riquelme
You´re right again...that HTMLFormattingPlugin was 2.2.0.need to get myself more organised around maintaining current versionsjust that with my laptop now being populated by hundreds (maybe 1000s) of TWs its task to keep them all synchronised! Which leads to a new question

[tw] Re: AutoOpenPlugin

2009-09-16 Thread Eric Shulman
Based on the discussions in this thread, I've just added a new tiddler to TiddlyTools: http://www.TiddlyTools.com/#QuickNote QuickNote isn't a plugin (no 'systemConfig' tag), nor an inline script. Instead, it's "transcluded" content using only TW's core syntax, and doesn't need *any* plugins