[tw] Larger MainMenu

2009-09-05 Thread FrD
Hello, I'm trying to make the MainMenu larger. I've written : #mainMenu {width:15em;} in StyleSheet. But it overlaps the displayArea. I don't find much CSS about this div (displayArea). So I don't know how to configure it. Could someone help ? Thanks in advance. FrD

[tw] Re: Larger MainMenu

2009-09-05 Thread Eric Shulman
I've written : #mainMenu {width:15em;} in StyleSheet. But it overlaps the displayArea. Try this: #displayArea { margin-left:16em; } enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~-~--~~~---~--~~ You received this message because you are

[tw] Re: Larger MainMenu

2009-09-05 Thread François D
Works almost. Actually the right combination for me is : #mainMenu {width:14.5em;} #displayArea { margin-left:18em; } Thanks a lot ! On 5 sep, 12:14, Eric Shulman elsdes...@gmail.com wrote: I've written : #mainMenu {width:15em;} in StyleSheet. But it overlaps the displayArea. Try this:

[tw] Re: Larger MainMenu

2009-09-05 Thread wolfgang
An other way would be dynamically widening MainMenus (by FND), as for example here: http://flextheme.tiddlyspot.com/ For which you have to copy and paste this into your StyleSheet #mainMenu {position:static;float:left;width:auto;padding:1.5em .5em . 5em .5em;font-size:1.1em;line-height:1.6em}

[tw] Re: Larger MainMenu

2009-09-05 Thread François D
Looks great ! I'll try that. Thanks FrD On 5 sep, 13:00, wolfgang wolfgangl...@gmail.com wrote: An other way would be dynamically widening MainMenus (by FND), as for example here: http://flextheme.tiddlyspot.com/ For which you have to copy and paste this into your StyleSheet #mainMenu

[tw] Re: Google Chromium cannot save TiddlyWIki

2009-09-05 Thread Luke
I have to confirm. I'm using SRWare Iron browser under Debian Squeeze. Iron is debrandalized derrivative of Chrome (v 3.0.197.0 so far, it was released in mid-August) and TW is not working. TW is is the very last thing sticking me to this gorilla-Mozilla fat thing, I can't wait to have TW and

[tw] Re: Close tiddler and go back to the one which opened it? Any thoughts?

2009-09-05 Thread FND
I loved your CloseHack so much I made a movie Nice! I should probably package this as a proper plugin then... Remind me next week perhaps. Your hack at least gets the person back to the parent tiddler, is there some way of getting the person back to the location where the were when they

[tw] Re: Close tiddler and go back to the one which opened it? Any thoughts?

2009-09-05 Thread rouilj
On Sep 5, 10:26 am, FND f...@gmx.net wrote: Your hack at least gets the person back to the parent tiddler, is there some way of getting the person back to the location where the were when they clicked the link? Do you mean the vertical scrolling position? That's relatively simple: [...]

[tw] How to change a batch of tags?

2009-09-05 Thread kev
I have some tiddlers tagged security and some tagged Security - very annoying cos after all this time I still can't type accurately! :) If I select the tag from the tag list and then open the Tag tiddler I get a nice list of the tiddlers. I seem to remember that there was a simple way of

[tw] Re: How to change a batch of tags?

2009-09-05 Thread Eric Shulman
I have some tiddlers tagged security and some tagged Security - simple way of retagging all of the tiddlers at the same time? You can use: http://www.TiddlyTools.com/#TiddlerTweakerPlugin To change all occurrences of the tag Security to security, you would: * open the [[TiddlerTweaker]]

[tw] Default size on Firefox window?

2009-09-05 Thread Tobbe
Hi, Is it possible to set a size on firefox when I start TW locally on my computer? Can I set the widht and height somewhere in TW? Thanks for a awesome piece of software...I'm hooked :)) //Tobbe from --- (Sweden) --~--~-~--~~~---~--~~ You received this

[tw] How to change css width with showpopup

2009-09-05 Thread Måns
Hi TwWizards I'm trying to force the width of showpopup http://www.tiddlytools.com/#ShowPopup. It says in the documentation: tiddler ShowPopup with: TiddlerName label tooltip buttonClass width popupClass I've tried like this: tiddler ShowPopup with: [[tiddler title]] [[Button label]] [[Tool

[tw] Re: Default size on Firefox window?

2009-09-05 Thread Måns
Hejsan Tobbe You can use prism extension for FireFox https://addons.mozilla.org/en-US/firefox/addon/6665 To create a Prism web application from within Firefox. You can manually create web applications using Tools Convert Website to Application. If you do this with your TW - it will be saved

[tw] Re: How to change a batch of tags?

2009-09-05 Thread Måns
Hi Kev No doubt that Erics plugin is the most versatile plugin for changing almost anything in a TW on the market - but RenameTagPlugin helps you to keep track of your tags on the fly. If you make - or already have a tiddler titled Security - and rename it to (for example): security then the

[tw] Re: How to change a batch of tags?

2009-09-05 Thread Måns
I've found a link to the original Plugin in cognywiki http://liris.cnrs.fr/~ogeorgeo/cognywiki.html The plugin is made by Simon Baird and is located here: http://mptw.tiddlyspot.com/#RenameTagsPlugin Regards Måns Mårtensson On 6 Sep., 03:40, Måns humam...@gmail.com wrote: Hi Kev No doubt

[tw] Re: How to change css width with showpopup

2009-09-05 Thread Eric Shulman
tiddler ShowPopup with: TiddlerName label tooltip buttonClass width popupClass I've tried like this: tiddler ShowPopup with: [[tiddler title]] [[Button label]] [[Tool tip]] 600em sticky No matter what number I put as with - em or % or px I get no result... Although you can omit the