[tw] Is option txtUserName width:10em supported?

2009-05-16 Thread pat toche
There is a thread from November 2006 suggesting that something like option txtUserName width:10em (to control the size of the box) might be implemented soon, but I've tried it, and variations thereof, without success -- is there a more recent plugin or a script to do the trick or should I follow

[tw] tiddlyspot loads slowly at home

2009-05-16 Thread rebirth
Hello. I am having kind of a strange problem. When I access tiddlyspot on any of my home computers, it loads slowly. On any other computer it loads fine. Does anyone know how I can fix this? Thanks! --~--~-~--~~~---~--~~ You received this message because you

[tw] Re: hit-counters and feedback forms on individual tiddlers

2009-05-16 Thread Alex Hough
in the red, amber and green, there you will see something like forEachTiddler where 'tiddler.tags.contains (SD) tiddler.data(SDscore) = 2 ' write '|[[+tiddler.title+]]|\n' SDscore is strengths and difficulties score - its a template in the tiddler SDtemplate. It contains the following html

[tw] Re: Simple Journal

2009-05-16 Thread Daniel Baird
Looks like the font-face list in CSS is: Courier, mono-space So on your system it's probably Courier? in bold. I'd do the blocking cursor by toggling a div. But sorry, CBF actually writing example code :) ;Daniel On Sat, May 16, 2009 at 12:18 PM, actioncomics dc.actioncom...@gmail.com wrote:

[tw] Re: Simple Journal

2009-05-16 Thread FND
I'd do the blocking cursor by toggling a div. But sorry, CBF actually writing example code :) Someone should have written code for this already (think web OS): http://www.google.com/search?q=%28JavaScript+OR+jQuery%29+terminal+%22blinking+cursor%22 Twoogie there uses an animated GIF. I would

[tw] Re: Is option txtUserName width:10em supported?

2009-05-16 Thread FND
There is a thread from November 2006 suggesting that something like option txtUserName width:10em (to control the size of the box) You should use CSS for this: {{customInput{option txtUserName}}} .customInput input { width: 10em; } (The second line goes into your StyleSheet shadow

[tw] Re: how I removed the line under external links

2009-05-16 Thread FND
I am using the MptwTheme, and the above did not work. MPTW uses topMenu as identifier instead of mainMenu, so try the following instead: #topMenu a.externalLink { text-decoration: none; font-weight: bold; } -- F. --~--~-~--~~~---~--~~ You received this

[tw] Re: how I removed the line under external links

2009-05-16 Thread pat toche
Thanks a lot FND, I did try that and countless variations thereof such as #topMenu .externalLink { text-decoration: none;} #topMenu externalLink a { text-decoration: none;} #topMenu a.externalLink a { text-decoration: none;} to no effect, but as I said, not to worry, I'm probably doing

[tw] Re: Is option txtUserName width:10em supported?

2009-05-16 Thread pat toche
{{customInput{option txtUserName}}} .customInput input { width: 10em; } Fantastic FND, your suggestion works great on the txtUserName box. This is very useful because I would like to have the username+password boxes inside the main menu horizontally at the top, where space is

[tw] Re: Encrypted (GnuPG/PGP) data in a tiddler.

2009-05-16 Thread Mark S.
GPG wants to flip around 1024 bit numbers. I suspect that is a bit much to ask from a scripting language like js. And why the existing encryption plugin uses a much simpler algorithm. Maybe something like TiddlyWeb could access gpg code on the local server to do the heavy work of converting RSA

[tw] request for a linkoption in QuickEditPlugin - or have i just overseen the option??

2009-05-16 Thread Måns
Hi TwWizards Uptill now I have been using WikiBar (http:// aiddlywiki.sourceforge.net/) to add wikilinks[[]], but lately I find myself using QuickEditPlugin by Eric Shulman (http:// www.tiddlytools.com/#QuickEditPlugin) more and more - and I'd like to see a similar option. Could it be

[tw] Re: request for a linkoption in QuickEditPlugin - or have i just overseen the option??

2009-05-16 Thread Eric Shulman
myself using QuickEditPlugin by Eric Shulman (http://www.tiddlytools.com/#QuickEditPlugin) more and more - and I'd like to see a similar option. Could it be implemented? - or is the option already present? http://www.TiddlyTools.com/#QuickEdit_link

[tw] Re: request for a linkoption in QuickEditPlugin - or have i just overseen the option??

2009-05-16 Thread Måns
Hi Eric I have both in my toolbar. What I can't figure out is the simple function just to put [[]] around marked text. (Text is already present - and I don't need to find the tiddler it should link to). I often have lists where I need to convert names to links - and the names already exists in

[tw] Re: request for a linkoption in QuickEditPlugin - or have i just overseen the option??

2009-05-16 Thread Eric Shulman
Mark text - click link - click wiki - voilá [[text]].. You can do this with: http://www.TiddlyTools.com/#QuickEdit_custom Just add an entry in the QuickEdit_customList, like this: wikilink [[$1]] (don't forgot to add a HR separator () as well) -e

[tw] Re: Encrypted (GnuPG/PGP) data in a tiddler.

2009-05-16 Thread lyallp
TiddlerEncryptionPlugin is not quite what you are looking for, but, may do the job. http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html The Tiddler contents is encrypted and tagged with a 'prompt'. You enter the password that corresponds to the prompt and the tiddler

[tw] Re: age calculation from date of birth

2009-05-16 Thread Dave Parker
I found a reminder format for birthdays in the following: reminder format:ANNIVERSARY month:01 day:01 firstyear:2000 which gives the correct number (9) but when you do it with this date: reminder format:ANNIVERSARY month:11 day:01 firstyear:2000 it still says (9) Seeing as today's date is