[tw] Re: Double clicking edits tiddler... any way to have cursor drop that that point in tiddler?

2011-03-23 Thread BR
This might be possible, though it would be tricky. I found that there is a way in javascript to place the cursor within the text area. See: http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area So we would need to: 1. Determine which part of the displayed tiddler

[tw] Re: new tiddler from template that has placeholders in it

2011-03-23 Thread Dave Parker
nevermind, that wouldn't have worked either - it seems to be for viewing tiddlers, not making them -- 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, se

[tw] Re: new tiddler from template that has placeholders in it

2011-03-23 Thread Dave Parker
I found Udo's TiddlersWithParams from here http://tiddlywiki.abego-software.de/#TiddlerWithParamsPlugin that sounds like it would have done this, but it doesn't work in the recent TW version. Has anyone found a replacement method that does the same thing these days? On Mar 19, 5:58 pm, Dave Parke

[tw] Double clicking edits tiddler... any way to have cursor drop that that point in tiddler?

2011-03-23 Thread John Berryman
I tend to have tiddlers that are a little long - is there any way that I can make it so that if I double click a tiddler that it places my cursor to the space corresponding to where I was double clicking? Wow would that be cool and helpful! -- You received this message because you are subscribed

[tw] Re: Default Date Formats - Reference Info?

2011-03-23 Thread rakugo
I think this should answer your questions: http://docs.tiddlyspace.com/#%5B%5Bview%20macro%5D%5D%20%5B%5Bview%20macro%20-%20view%20types%5D%5D%20%5B%5BnewJournal%20macro%5D%5D%20%5B%5BDate%20format%20reference%5D%5D Also a lot of dates use the timeline which would require adding a plugin with a ne

[tw] Re: Default Date Formats - Reference Info?

2011-03-23 Thread TW-lmiller
Also - in doing a little google-fu I found another development-oriented tiddlywiki group: https://groups.google.com/forum/#!forum/tiddlywikidev. Might have what you're looking for. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this

[tw] Re: Default Date Formats - Reference Info?

2011-03-23 Thread TW-lmiller
Interested in this too - I have a script (thanks to this group) which I have modified to pull dates from the tiddlers: var d = tids[i].modified returns "Fri Feb 25 2011 11:02:00 GMT-0600 (Central Standard Time)". Would like to modify this to "02/25/11 11:02 AM" - might be able to do so with Jav

[tw] Re: Advice before starting: project with a lot of images

2011-03-23 Thread rakugo
If I'm not mistaken, you can preload images with a javascript plugin or a script tag in your MarkupPreHead tiddler. var images = ["http://fnd.tiddlyspace.com/SiteIcon";]; for(var i = 0; i < images.length; i++) { var img = new Image(); img.src = images[i]; } If you make the images variable cont

[tw] Re: Any tips feedback collaborating through Wuala ?

2011-03-23 Thread julien23
after a while of using tiddlywiki thru Wuala, I must admit I often struggle with "conflicting" on tiddlyLock's file. Maybe because of upload time delay... On Feb 28, 5:05 pm, julien23 wrote: > so far it rocks... > > To be used inside a "Group" with editors' role being "Moderator" > > * TiddlyLoc

[tw] Advice before starting: project with a lot of images

2011-03-23 Thread Alex Hough
Hello there, I've noticed that when I combine images and text in a tiddler the image takes longer to load and the text jumps position. I've read about pre-loading images and wondered about how to do this with in TW. Alex -- You received this message because you are subscribed to the Google Grou