Re: [tw] Re: Tags tagged with 'excludeLists' continue to show up in lists

2009-11-29 Thread FND
Can you reproduce this with a test case*? http://tw250.tiddlyspot.com//index.html I'm afraid that's not a reduced test case (perhaps I should have been more explicit about that), which makes analysis unnecessarily arduous. -- F. -- You received this message because you are subscribed to

[tw] Re: Turning off the Double Click Edit function

2009-11-29 Thread Shankar
On Nov 28, 11:06 am, Eric Shulman elsdes...@gmail.com wrote: 1.  Create a tiddler, say, called DisableDoubleClickOnTiddlers with the following text: Mr. Fly... meet Mr. SledgeHammer... Hijacking the onTiddlerDblClick() function for this purpose is *way* overkill... especially since

[tw] Re: You know what I wish I could do?

2009-11-29 Thread Dave Gifford - http://www.giffmex.org/
Did you just create that on the spot? How do you do that? Dave On Nov 28, 9:51 pm, Eric Shulman elsdes...@gmail.com wrote: http://www.TiddlyTools.com/#ShowTabsForTags automatically generates a tabset for tiddlers that match a given set of tags... so all you need to do is to create a new

[tw] Re: iframe code correction

2009-11-29 Thread Tobias Beer
I second that... simple effective. On 28 Nov., 09:45, Alex Hough r.a.ho...@googlemail.com wrote: thats a nice way of keeping tiddlers and images together, coolio alex -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] Re: Breadcrumbs

2009-11-29 Thread Tobias Beer
Very good that is! I like those simple bits. On 28 Nov., 09:52, Eric Shulman elsdes...@gmail.com wrote: Is there scripting that can be used on the Breadcrumbs plugin where instead of making a long list of breakcrumbs, it will make the list in a drop down menu that the length/size can be

[tw] Re: You know what I wish I could do?

2009-11-29 Thread Tobias Beer
Some people write magic poetry, others write code... some do both ;-) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to

[tw] Re: how to add tiddler size to ViewTemplate?

2009-11-29 Thread Michael.Tarnowski
Hi, you get the tiddler size by the function call: var x = tiddler.tiddlerSize(). Using InlineJavaScript place script return tiddler.tiddlerSize() / script in your viewtemplate . HTH Cheers Michael On Nov 26, 2:31 am, RA nameany...@gmail.com wrote: I'd like to show tiddler size in it's

[tw] Re: how to add tiddler size to ViewTemplate?

2009-11-29 Thread RA
Michael, you must have some Javascript library that allows you to use the code you provided. I don't have tiddlerSize in my wiki. And tiddler is actually accessed as story.findContainingTiddler(place). There is a complete example in InlineJavascriptPluginInfo, but it doesn't work from

[tw] Re: StorySaverPlugin and MarkupPostBody

2009-11-29 Thread RA
I fixed mine by adding CDATA: script // See StorySaverPlugin for more info //![CDATA[ ... //]] /script Eric, please include that in your next update. Thanks. On Nov 26, 4:12 pm, RA nameany...@gmail.com wrote: All in TW source code get replaced by lt;, but not inMarkupPostBody. That results

[tw] installing new version of TiddlyWiki

2009-11-29 Thread Cajnik
Hi, this really must be a stupid question, but: I'm using TiddlyWiki for few years now and it's a great tool. But when there is a new version, I don't know how to install it - I download EMPTY.HTML and then what? Let's say that I've renamed one of my wikis full of data to TEST.HTML. Another, or

[tw] Re: installing new version of TiddlyWiki

2009-11-29 Thread Mike
This may be the long way. . . . but I normally get an updated empty.html install (in the empty.html) http://www.tiddlytools.com/#ImportTiddlersPlugin Then Backstage -- Import Follow the dialog to select the desired tiddlers I.E. select test.html select tiddlers by tag, ctrl select, all, or as

[tw] Re: installing new version of TiddlyWiki

2009-11-29 Thread cmari
Or, see the instructions here: http://www.tiddlywiki.com/#HowToUpgrade cmari On Nov 29, 1:06 pm, Mike eris...@gmail.com wrote: This may be the long way. . . . but I normally get an updated empty.html install (in the empty.html)http://www.tiddlytools.com/#ImportTiddlersPlugin Then Backstage

[tw] Re: You know what I wish I could do?

2009-11-29 Thread Morris Gray
Did you know that http://twt-treeview-executive.tiddlyspot.com/ has that feature built-in under newTiddlers for use with ForEachTiddlerPlugin? Morris On Nov 30, 1:36 am, Dave Gifford - http://www.giffmex.org/; giff...@gmail.com wrote: Did you just create that on the spot? How do you do that?

[tw] Re: Google Wave feature for TiddlyWiki

2009-11-29 Thread BC
My invite just came through. Interesting app, though it crashed twice on me in five minutes. Something that puzzles me: when I search from within a new wave, I can insert one, just one, hit into the wave. To insert more I have to start the search again from scratch, and it doesn't even remember

[tw] Re: Breadcrumbs

2009-11-29 Thread Michael.Tarnowski
Hi Eric, you wrote the BreadcrumbsCommand is a transclusion - does this mean it's a replacement of BreadcrumbsPlugin, i.e. the Plugin is redundant and can be deleted? Michael On Nov 28, 9:52 am, Eric Shulman elsdes...@gmail.com wrote: Is there scripting that can be used on the Breadcrumbs