[tw] Re: EditFieldPlugin doesn't handle non-existent fields or text correctly in Chrome Browser?

2011-04-10 Thread Eric Shulman
EditFieldPlugin to work in the Chrome browser for cases when a field does not already exist, and for editing the text field. In Chrome, if foobar doesn't exist, a field will be created in SomeTiddler, but it will be called null. 2. Trying the macro edit text@SomeTiddler in Chrome results in

[tw] ...does not appear to be a valid TiddlyWiki

2011-04-10 Thread Chris Syntichakis
Hi, I read a lot of info about this error, but I could not find a solution in my case. My TiddlyWiki works ok on Opera/MS-Explorer/Firefox on windows But on Opera (under Linux) I see this error (on Firefox -linux , there is no problem). Is there any fix or something I could try? in my case

[tw] EditFieldPlugin doesn't handle non-existent fields or text correctly in Chrome Browser?

2011-04-10 Thread Eric Shulman
On Apr 10, 4:28 am, Chris Syntichakis csynt8...@gmail.com wrote: Changing the subject text of an existing message does NOT start a new thread... it changes the title of the existing thread. If you intend to start a NEW message thread, DO NOT CHANGE THE SUBJECT OF AN EXISTING MESSAGE. Instead,

[tw] Star Rating Plugin not working?

2011-04-10 Thread axelm
Hello All, I am trying to use the star rating plugin http://sinojellyempty.tiddlyspot.com/#FiveStarsPlugin but it does not seem to be working? Any ideas? axelm -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email

[tw] Re: Star Rating Plugin not working?

2011-04-10 Thread axelm
Never mind, it has to be refreshed to work. Got it working. To bad it won't auto refresh. Any ideas how to do that? But it works ok. axelm -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Favicon as tag?

2011-04-10 Thread axelm
I am just wondering if there is a simple way to have a favicon as a tag? The favicon's file name could be used for search purposes? Just an idea. axelm -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] forEachTiddlerPlugin in a template

2011-04-10 Thread Rolf S
I want to use the forEachTiddlerPlugin [1] in a template. How do I properly escape string literals in the javascript inserted in the plugin? Here's roughly what I want to achieve (as a simplified example): In every tiddler, I want to output the title of each tiddler which starts with the title of

[tw] Re: EditFieldPlugin doesn't handle non-existent fields or text correctly in Chrome Browser?

2011-04-10 Thread cmari
Thanks so much! I think this will clear up a lot of small mysteries; I just feel stupid that it took me so many months to notice that the problems I was seeing were browser-specific. Among other things that now work: octw's FreeSorting ( https://dl.dropbox.com/u/10400854/FreeSorting.html).

[tw] Whats the paramenter for the TW Filename?

2011-04-10 Thread skye riquelme
Hi All Still playing around with TWs. I have a system where students can create a new TW ...using Erics SaveAsPlugin.which is made up of a selection of tiddlers from the original (using the tagging ability of SaveAs). The student creates a new tiddler...and I have SaveAs setting the new TW

[tw] Re: forEachTiddlerPlugin in a template

2011-04-10 Thread julien23
Might be of any help http://groups.google.com/group/tiddlywiki/browse_thread/thread/e028c2aaa8017175/cdf4ea7cd438f6a9?lnk=gstq=spread#cdf4ea7cd438f6a9 On 10 avr, 22:38, Rolf S rolf...@googlemail.com wrote: I want to use the forEachTiddlerPlugin [1] in a template. How do I properly escape

[tw] Re: forEachTiddlerPlugin in a template

2011-04-10 Thread whatever
Hi! The literal text must be in double quotes and any parameters, such as tiddler.title, must have a plus sign if between two strings of literal text, including single spaces. In your case, the literal string is after the parameter, so only the second plus is necessary. What it does is basically