mGSD Feature Request - Quick Add Clear

2010-03-01 Thread youngheart80
Something seemingly simple: Could a Clear button be added to the Quick Add interface to have it clear the text area? -- You received this message because you are subscribed to the Google Groups GTD TiddlyWiki group. To post to this group, send email to gtd-tiddlyw...@googlegroups.com. To

[tw] Re: How do I implement a google translator button?

2010-03-01 Thread Tobias Beer
Hi Måns, This is an interesting question, the answer to which seems rather important when it comes to integrating external scripts in general. I never had a structured understanding of the hurdles involved in this process. So, if there's any guru around with some deeper understanding of how such

Re: [tw] Refresh attribute in HTML Templates

2010-03-01 Thread FND
I'm looking for details about how the refresh and force attributes work in HTML templates. You might have better luck asking on the dev group: http://groups.google.com/group/TiddlyWikiDev/ FWIW, there's a brief overview here: http://tiddlywiki.org/wiki/Extended_Attributes You might

[tw] Re: Giewiki 1.1.0 announcement

2010-03-01 Thread Tobias Beer
Hello Poul, TW adaptations running on GAE invoke a certain interest in me, so I have a few questions. In what situation would you find this kind of specifically hosted solution to be beneficial over a genuine tiddlywiki? Running on GAE what would you think are workable use-cases of such a

[tw] Re: Giewiki 1.1.0 announcement

2010-03-01 Thread Poul
First of all, I agree that the sample site needs a lot more work. I find a server-based TW to be preferable to a stand-alone TW whenever you need to share the information with others, obviously. As for use-cases, my philosophy is to make it kind of a swizz army knife: It may not be the perfect

[tw] Quick way to hide timeline

2010-03-01 Thread Mark S.
I'm guessing that some of the time that it takes to redraw the page is due to the timeline. I can hide the sidebar. But is there a quick way to hide just the timeline? Thanks, Mark -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this

[tw] Creating nested sliders from a generated list of tiddlers

2010-03-01 Thread whatever
Hi. I was wondering how to go about creating nested sliders from a generated list of tiddlers. For example, I have something like tiddlerList tags:wikistuff which generates a list of tiddlers with the wikistuff tag. Is it possible to make that list a list of nested sliders? Using nested sliders

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-01 Thread Mike
arghhh - should have caught that :( Luckily this is not my day job ! Thanks for the help, Mike On Feb 28, 6:03 pm, Mark S. throa...@yahoo.com wrote: You always have to put parenthesis around the conditional: if (tags.contains('systemConfig')) wikify(yep,place) ; HTH Mark On Mar 1, 7:30 

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-01 Thread Mike
one more question script var tag = tiddler.title ; var tags = store.getTiddler(tag).tags ; if (tags.contains('systemConfig')) wikify([x(systemConfigDisable){}{}{var id=story.findContainingTiddler(place).getAttribute('tiddler');}] [[Disable|systemConfigDisable]], place); /script works -

[tw] Re: Quick way to hide timeline

2010-03-01 Thread Eric Shulman
I'm guessing that some of the time that it takes to redraw the page is due to the timeline. I can hide the sidebar. But is there a quick way to hide just the timeline? Some people leave the sidebar tabs showing the moreshadow tab, because it is a short, statically-defined list of titles, and

[tw] Re: Quick way to hide timeline

2010-03-01 Thread PMario
Hi, I am using the BetterTimeLineMacro [1] And my TabTimeline tiddler looks like this: {{dpfr twochar{d:option txtNbrDays}}} timeline better:true maxDays:{{return(config.options.txtNbrDays)? config.options.txtNbrDays:100}} dpfr is a float:right .dpfr {float:right} twochar is from tiddlytools

Re: mGSD Feature Request - Quick Add Clear

2010-03-01 Thread Simon Baird
On Tue, Mar 2, 2010 at 2:31 AM, Erlend Leganger elegan...@gmail.com wrote: On 1 March 2010 17:02, youngheart80 younghear...@gmail.com wrote: Something seemingly simple: Could a Clear button be added to the Quick Add interface to have it clear the text area? +1 for this, I use

[tw] Re: Quick way to hide timeline

2010-03-01 Thread PMario
Hi, I am using the BetterTimeLineMacro [1] And my TabTimeline tiddler looks like this: {{dpfr twochar{d:option txtNbrDays}}} timeline better:true maxDays:{{config.options.txtNbrDays}} dpfr is a float:right .dpfr {float:right} twochar is from tiddlytools styleSheetShorcuts .twochar input {

[tw] Re: Is anyone using TW with Opera 10?

2010-03-01 Thread Eric Shulman
while that is good for when things don't work, are there any suggestions for opera 10? or is it not supported? I've just finished improvements to the SaveToClipboard script. It now support *direct* clipboard access for: * Firefox - asks for security permission * Chrome, Safari, IE

[tw] Re: Creating nested sliders from a generated list of tiddlers

2010-03-01 Thread Eric Shulman
I was wondering how to go about creating nested sliders from a generated list of tiddlers. ... What I need is that every tiddler in that list be a nested slider itself, so that when I click on the tiddler name, the tiddler is opened inline. Try this:

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-01 Thread Eric Shulman
works - except in the case where a shadow tiddler is shown TypeError: store.getTiddler(tag) is null Shadow tiddlers are not real tiddler objects, and they don't have any tags. Also, since you already have the 'tiddler' context object (from which you are using the tiddler.title), you can simply

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-01 Thread Mark S.
Strangely enough, when I tried Mike's code inside a ShadowTiddler (with and without the systemConfig tag) it worked for me. But I think I'm missing the point of this exercise. If you want to disable plugins, you can just use the backstage plugin menu. Mark On Mar 1, 4:17 pm, Eric Shulman

Re: [tw] Re: Creating nested sliders from a generated list of tiddlers

2010-03-01 Thread Anthony Muscio
Eric, I tried this but the %0 seems to return [[tiddler name]] and within the +++[%0] generates some funny results. I thus came up with this to do much the same +++[Show Trash Items] matchTags %0 +++[Show]\n%3\n===\n \n Trash === Is that necessary ? Thanks Tony TonyM If you have not found an

[tw] Re: Creating nested sliders from a generated list of tiddlers

2010-03-01 Thread Eric Shulman
I tried this but the %0 seems to return [[tiddler name]] and within the +++[%0]  generates some funny results. Get the latest version of MatchTagsPlugin (v2.0.2). http://www.TiddlyTools.com/#MatchTagsPlugin It no longer automatically adds the [[...]] around the title for use with %0. This

[tw] appearance of text between {{{ }}}

2010-03-01 Thread TK
G'day How can I change the appearance of text that I place between {{{ }}} three curly braces? e.g. change the font size and font colour. Tony -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: appearance of text between {{{ }}}

2010-03-01 Thread Eric Shulman
How can I change the appearance of text that I place between {{{ }}} three curly braces? e.g. change the font size and font colour. If the {{{ and }}} are on lines by themselves (with no leading/ trailing whitespace), then the resulting output is a PRE element. If the {{{ and }}} are 'inline'

[tw] Re: Quick way to hide timeline

2010-03-01 Thread Mark S.
Thanks Mike, Eric, and Mario! These all look good. I'll probably try Eric's suggestion first, but make a copy of your comments in my personal web notebook (I wonder what that could be?) Thanks! Mark On Mar 1, 2:50 pm, PMario pmari...@gmail.com wrote: Hi, I am using the BetterTimeLineMacro [1]

[tw] Re: appearance of text between {{{ }}}

2010-03-01 Thread TK
Eric, thank you for you reply, works beautifully. Now I have fragments of programming code which stand out nicely. How could I have discovered this information for myself? How can I discover other bits of information like this? Tony On Mar 2, 1:36 pm, Eric Shulman elsdes...@gmail.com wrote:

Re: [tw] Re: Creating nested sliders from a generated list of tiddlers

2010-03-01 Thread Anthony Muscio
Your value Eric - Thanks TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Tue, Mar 2, 2010 at 13:43, Eric Shulman elsdes...@gmail.com wrote: I tried this but the %0 seems to return [[tiddler name]] and within the +++[%0]

[tw] Re: Quick way to hide timeline

2010-03-01 Thread whatever
Mark, were you thinking of just modifying the display of the Timeline tab or of the whole Timeline/All/Tags/More box? I've actually been thinking of putting the box on a deffered inline slider so it doesn't load at all on startup, but I'm not quite sure where to put the slider delimiters. w On