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

2011-03-27 Thread Tobias Beer
Hmmm. And if one could programmatically / automatically do this added to the double click. It may be a nice work around :) It will be browser specific. But who knows. ... -m This sounds like a neat idea. I guess Double-Clicking with a selection might not work, but one could copy selected

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

2011-03-27 Thread Tobias Beer
Maybe there is some way to programatically copy the word or couple of words where a tiddler is clicked in view mode and then when edit mode is triggered a script searches for the phrase and place cursor at the beginning of the phrase? I just have a very elementary knowledge of programming and

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

2011-03-26 Thread Tobias Beer
Not that this is impossible... but I would think it's quite the opposite from trivial. Consider this: viewing and editing in probably every single Wiki or CMS today simply do not go hand in hand as they might do in a WISYWIG environment. So, you must know that what you're actually asking for is

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

2011-03-26 Thread Måns
Hi Tobias If you have tiddlers so big that finding the right spot gets hard, do CTRL-C, enter EditMode, then hit CTRL-F followed by CTRL-V and hit F3 or ENTER or some equivalent until you are where you want to be. Huh - That was a really good (and simple) tip - I never used/knew CTRL+F, I

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

2011-03-26 Thread PMario
If you have tiddlers so big that finding the right spot gets hard, do CTRL-C, enter EditMode, then hit CTRL-F followed by CTRL-V and hit F3 or ENTER or some equivalent until you are where you want to be. Hmmm. And if one could programmatically / automatically do this added to the double click.

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

2011-03-26 Thread PMario
On Mar 26, 4:16 pm, Måns humam...@gmail.com wrote: hi hi - the TWinVentor is on to sth...  ;-) nope. sry. don't know how to handle clunky browser interfaces :( -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

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

2011-03-26 Thread cmari
Hi PMario, You may not have provided a direct solution but you gave me an idea: I use PhraseExpress (http://www.phraseexpress.com/), and your comment made me explore the possibilities for automating the search and find process. It works pretty well - thanks! cmari -- You received this

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

2011-03-26 Thread passingby
On Mar 26, 3:24 pm, Tobias Beer beertob...@googlemail.com wrote: If you have tiddlers so big that finding the right spot gets hard, do CTRL-C, enter EditMode, then hit CTRL-F followed by CTRL-V and hit F3 or ENTER or some equivalent until you are where you want to be. Maybe there is some

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

2011-03-25 Thread Mark
I'd be interested in this too. I asked the same question back in 2009 (http://groups.google.com/group/tiddlywiki/browse_thread/thread/ f1deee0c783fdd9f/67ee83d8177dae24). -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[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