Re: [tw] Re: Fields - what are they?

2010-11-22 Thread FND
As for now, my question would be - how the fields are represented in the object model? There are two types of Tiddler attributes, standard and custom fields: http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlerFields.js?rev=11290#L46 http://tiddlywiki.org/wiki/Dev:Custom_Fields Custom

Re: [tw] Re: small CSS bug

2010-11-22 Thread FND
A side question: - what does the href=javascript:; part mean? This is common practice to indicate that an anchor's target is not a URI (i.e. it's not a link), but rather an action (i.e. it's a button). -- F. -- You received this message because you are subscribed to the Google Groups

[tw] Re: Advancing my TW

2010-11-22 Thread Måns
Correction Checkout Tobias' TabScrollhttp://tobibeer.tiddlyspace.com/#TabScroll and TabScrollMacrohttp://tobibeer.tiddlyspace.com/#TabScrollMacro Checkout: http://tobibeer.tiddlyspace.com/#FloatObject http://tobibeer.tiddlyspace.com/#PageTemplate Cheers Måns Mårtensson -- You received this

[tw] Re: Advancing my TW

2010-11-22 Thread PMario
On Nov 21, 9:58 pm, dafcok a.hir...@gmail.com wrote: 3. The notification popup (after saving f.i.) shows exactly above the search entry field on the upper right corner! In combination with auto- save it really really gets in the way :) There is a MessageFadeOut [1] hack at TeamWork. *Create a

[tw] Re: Announcement of 2.6.2 beta release of TiddlyWiki

2010-11-22 Thread Martin Budden
Thanks for all the comments everybody. I'm just working my way through them and will post replies later today. Martin On Nov 20, 3:19 pm, whatever kbrezov...@gmail.com wrote: Well, as long as it's not a bug. Though, as far as I know we're still in November, not in December. :D w On Nov 20,

[tw] text box within a tiddler?

2010-11-22 Thread Kosmaton
Hello, What is the best way to put some text in a box within a tiddler? I.e. have the text display in a rectangle with a custom background and border colour. The text contains equation markup that needs to be evaluated, so //{{{...//}}} won't do, and it's multi-paragraph, so a single-cell 'table'

Re: [tw] Re: Big tiddler crash

2010-11-22 Thread Jeremy Ruston
I've had a look at this, and not got very far. I'm using Opera 10.6, and I'm unable to get file saving working using the TiddlerSaver applet. Could any Opera 10.x users out there confirm whether TiddlyWiki saving works for them? I'll do some more investigations over the next few days. On Wed,

[tw] Re: text box within a tiddler?

2010-11-22 Thread Dave Parker
would this work for you? in TiddlerOne: |tidder TiddlerTwo| in TiddlerTwo: TiddlerTwo (so you can open it from Tiddler One) bla bla bla (several paragraphs) On Nov 22, 5:29 am, Kosmaton kosma...@gmx.com wrote: Hello, What is the best way to put some text in a box within a tiddler? I.e. have

[tw] Re: Announcement of 2.6.2 beta release of TiddlyWiki

2010-11-22 Thread Martin Budden
We'll certainly give consideration to the suggestion of using the filename as part of the cookie id, but not as part of the 2.6.2 release - it's too large a piece of work to slip in at the end of the release cycle. However, the baked cookies do offer a solution to your problem - the UserName has

[tw] Re: Announcement of 2.6.2 beta release of TiddlyWiki

2010-11-22 Thread Martin Budden
Ton, the reason for the current syntax is that it is conceivable that someone might want to use the value cookie as an option. (Here's a stupid example: someone might have the nickname cookie, which they might want to set as their username.) I know this is somewhat contrived, but there is also

[tw] Re: text box within a tiddler?

2010-11-22 Thread Kosmaton
Thanks Dave -- interesting idea, but it's not ideal to have to make an extra tiddler here. Just found {{menubox{...}}} in http://www.tiddlytools.com/#StyleSheetShortcuts This gives a white box with rounded corners. I'll go with that for now. cheers, Kosmaton On Nov 22, 2:32 pm, Dave Parker

[tw] tiddler if syntax

2010-11-22 Thread skye riquelme
Hi all I am trying to use this linebut can´t get it ot work ??? tiddler CDriveNumber if:{{config.options.txtDVD == undefined}} Help Thanks in Advance Skye -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

Re: [tw] Re: text box within a tiddler?

2010-11-22 Thread tiziano de togni
Kosmaton ha scritto: Thanks Dave -- interesting idea, but it's not ideal to have to make an extra tiddler here. Just found {{menubox{...}}} in http://www.tiddlytools.com/#StyleSheetShortcuts This gives a white box with rounded corners. I'll go with that for now. cheers, If you wish a

[tw] Re: tiddler if syntax

2010-11-22 Thread PMario
Hi skye, If you give us a short description, what you want, it would be easier. -m On Nov 22, 9:52 pm, skye riquelme riquelme.s...@gmail.com wrote: Hi all I am trying to use this linebut can´t get it ot work ??? tiddler CDriveNumber if:{{config.options.txtDVD == undefined}} Help

[tw] Re: Advancing my TW

2010-11-22 Thread dafcok
Thank you all. All issues addressed either good or perfect! I hope someone else will also benefit from your tips. Last thing is about the Message and FadeOut, could you also just place it on the lower right or upper left part of the window via css or something? Alex On 22 Nov., 11:13, PMario

[tw] Re: tiddler if syntax

2010-11-22 Thread Eric Shulman
tiddler CDriveNumber if:{{config.options.txtDVD == undefined}} try this: tiddler CDriveNumber if:{{config.options.txtDVD===undefined}} * omit the quotes around undefined. It is a javascript intrinsic constant, rather than a string literal. * use the exactly equal operator (===) rather than

[tw] Delete Missing Tiddler

2010-11-22 Thread philipp
Hello, I have set up a TiddlyWiki and created a tiddler, where I made a link with two squared brackets like [[foo bar]]. The wiki created it as a missing tiddler. Now, I didn't want foo bar to be a link anymore. So I edited the tiddler and removed the squared brackets. The link is still there and

[tw] Re: text box within a tiddler?

2010-11-22 Thread Kosmaton
'tabContents' and 'annotation' don't seem to behave box-like for multiple lines, but the 'tagged' boxes on your site look nice. It doesn't work on my TW - must be because of existing theme/config tiddlers. I'll play around with it, and also with the 'display' CSS tag. grazie, Kosmaton On Nov

[tw] Tiddlyspot

2010-11-22 Thread Chris E
Is it possible to quickly replicate the function of TiddlySpot into my own TiddlyWiki ? I've taken the UploadPlugin and PasswordControlPlugin and then taken the initial stanza of TspotPlugin - what else would I need? -- You received this message because you are subscribed to the Google Groups

Re: [tw] Delete Missing Tiddler

2010-11-22 Thread FND
I edited the tiddler and removed the squared brackets. The link is still there and foo bar is still listed as missing. There is no other tiddler referencing foo bar. Is there perhaps some other reference to foo bar in the document, e.g. in macro parameters? Can you provide a simple test case