Re: turn off right panel?

2011-01-26 Thread tomo
There is not preventing you from adding your own extensions to d-cubed to make it work for you. Just save a copy before you do in case the macro causes some unexpected behaviour. -- tomo On Jan 24, 12:43 pm, pippin prgra...@gmail.com wrote: This is the toggle for the right panel. I use d3

Re: [tw] Re: Proposal: Move http://tiddlywiki.org to TiddlySpace

2011-01-26 Thread Jeremy Ruston
With reference to backups, note that anyone can pull down a self-contained TiddlyWiki comprising the content of any space. The idea is that any community member with the will has the means to take their own backups by scripting regular downloads via shell scripting, windows shell, Mac Automator

[tw] Re: Save Button Plug-in

2011-01-26 Thread perlguy
(apologies in advance if this ends up double posting...) I should have included a direct link to the plugin as well... :) http://svn.tiddlywiki.org/Trunk/contributors/FND/plugins/QuickSavePlugin.js And if you really want to burn an hour or two peeking into interesting things...

[tw] place.lastChild is null error

2011-01-26 Thread whatever
Hi! I have a strange problem. I installed Eric's ToggleScrollingSidebars (1). It works, however, the MainMenu overflows. Also, in the ToggleScrollingSidebars itsef, I get the following error in front of the checkbox: Error while executing macro tiddler: TypeError: place.lastChild is null

[tw] Re: jQuery is not defined error on custom script

2011-01-26 Thread colmjude
I pasted some JavaScript code into MarkupPostHeader in this [1] test page. It starts off with jQuery(document).ready(function() { but loading the page gives a jQuery is not defined error in FireBug, and clearly the JS is not activated. What might be wrong here? Someone correct me if I'm

[tw] Issues with styling the nested sliders' label/tooltip

2011-01-26 Thread whatever
Hi! I have some issues with styling the nested sliders' (1) label/tooltip. I can assign it classes like bold, red and floatleft, but I can't add borders (so it would look like a button). I tried: +++{{nestedsliderbutton{[test]}}}something=== With the following CSS: .nestedsliderbutton{ border:

[tw] Re: jQuery is not defined error on custom script

2011-01-26 Thread PMario
Hi, As I mentioned allready jQuery(document).ready(function() {} is not needed. The core does it for you. You should create a real TW plugin, that is initialized the TW way. See my helloworld space [1] HelloWorldButtonPlugin. It should demonstrate how to do it. For your problem see the

[tw] Visualising a TW's history ( recent change)

2011-01-26 Thread Kosmaton
Hello all, This topic came up in the where-to-host-the-tiddlywiki-wiki thread [1] but it is a separate issue. Chris wrote about TiddlySpace: It's not that the history doesn't exist, it's that the tools for accessing it don't provide the rich experience that some wikis provide. Poul pointed to

[tw] Re: Issues with styling the nested sliders' label/tooltip

2011-01-26 Thread Eric Shulman
I have some issues with styling the nested sliders' (1) label/tooltip. I can assign it classes like bold, red and floatleft, but I can't  add borders (so it would look like a button). I tried: +++{{nestedsliderbutton{[test]}}}something=== With the following CSS: .nestedsliderbutton{

[tw] Re: FET Question about available date attributes

2011-01-26 Thread Kriss
Nice! :-D How would I have to chance the *hijack* if I wanted to add a 'viewcount' field as well ? (a counter increasing every time the tiddler is displayed) I tried to add just another store.setValue()-line but apparently it is not just that simple :-$ -- You received this message because

[tw] Re: FET Question about available date attributes

2011-01-26 Thread Kriss
formatString() does not work on this field?? tiddler.created.formatString(, MMM 0DD) works fine, but tiddler.fields.viewed.formatString(, MMM 0DD) returns TypeError: tiddler.fields.viewed.formatString is not a function -- You received this message because you are subscribed

[tw] Re: How to add a ClustrMaps to TiddlyWiki?

2011-01-26 Thread Slawek
Thanks, You're right. ClustrMaps works fine with TiddlyWiki, but EasyPrivacy list for Adblock Plus blocks it in Firefox. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To

[tw] request: Hide TagSearch toolbarbutton when readOnly

2011-01-26 Thread Måns
Hi TwWizards (@Tobias in particular) I don't think the tagSearch button (added in the toolbarCommands tiddler) should be visible to guests (in readOnly mode..) TagSearch is adding a tag to a tiddler - and this option seems to confuse guests/readers... Cheers Måns Mårtensson -- You received

[tw] Re: request: Hide TagSearch toolbarbutton when readOnly

2011-01-26 Thread PMario
Hi, Since tagSearch is a cool navigation tool also, may be only the check [ ] should be removed if readOnly. eg: [ ] -- anyTag leave the anyTag but remove [ ] -m On Jan 26, 6:57 pm, Måns humam...@gmail.com wrote: Hi TwWizards (@Tobias in particular) I don't think the tagSearch button (added in

[tw] Re: place.lastChild is null error

2011-01-26 Thread whatever
Well, after disabling my horde of plugins and re-enabling them in chunks, I found out that TiddlerWithEditPlugin (1) is the cause of the error. When I disabled it, the error was gone and StylingPackage worked normally, but the ToggleScrollingSidebars still overflowed. (1)

[tw] Re: request: Hide TagSearch toolbarbutton when readOnly

2011-01-26 Thread Måns
Hi Mario Since tagSearch is a cool navigation tool also, may be only the check [ ] should be removed if readOnly. eg: [ ] -- anyTag leave the anyTag but remove [ ] I agree, however if the function of adding a tag is still active from the GoTo-box, then its still an issue..

[tw] Re: place.lastChild is null error

2011-01-26 Thread Eric Shulman
(1)http://www.TiddlyTools.com/#TiddlerWithEditPlugin That's *not* one of mine! -e -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to

[tw] Re: place.lastChild is null error

2011-01-26 Thread whatever
Sorry, Eric! I copy/pasted twice and messed up. It is of course Saq's plugin. http://tw.lewcid.org/#TiddlerWithEditPlugin w On Jan 26, 10:12 pm, Eric Shulman elsdes...@gmail.com wrote: (1)http://www.TiddlyTools.com/#TiddlerWithEditPlugin That's *not* one of mine! -e -- You received this

[tw] Re: place.lastChild is null error

2011-01-26 Thread Eric Shulman
That's *not* one of mine! It's one of Saq's plugins http://tw.lewcid.org/#TiddlerWithEditPlugin I think the problem is here: - config.macros.tiddler.handler = function(place,macroName,params){ oldTiddlerHandler.apply(this,arguments);

[tw] Re: place.lastChild is null error

2011-01-26 Thread whatever
Yay, it works! Thanks, Eric, you're the best. w On Jan 26, 10:33 pm, Eric Shulman elsdes...@gmail.com wrote: That's *not* one of mine! It's one of Saq's plugins    http://tw.lewcid.org/#TiddlerWithEditPlugin I think the problem is here: -

[tw] pasteUpPlugin, SectionLinkPlugin and toc??

2011-01-26 Thread Måns
Hi TwWizards (@Eric in particular) SectionLinkPlugin's toc function doesn't seem to work well with pasteUpPlugins hidden sections... I've tried a few times now- and every time the result is that the toc shows *everything* or *nothing* :-)... It would be very cool if we could have a TOC which

[tw] Re: KNote, an advanced personal note taking program based on tiddlywiki

2011-01-26 Thread John
Thanks all for the feedback. We just released a new version of KNote with many improvement, including a tree view. On Dec 16 2010, 9:06 pm, Claudio kwn...@gmail.com wrote: I love the attachment feature very much. Hope there will be a Mac version soon! Thanks for the great work. On Dec 17,

[tw] Re: KNote, an advanced personal note taking program based on tiddlywiki

2011-01-26 Thread Måns
Hi John Thanks all for the feedback. We just released a new version of KNote with many improvement, including a tree view. Thanks :-) It looks very nice - and now I found out how to install it on Puppy Linux with Wine: One little problem: I renamed the Getting Started article - and also the