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 text the user double-
clicked on. (Or at least which paragraph.
2. Translate this into a position within the tiddler source.
3. Set the cursor position.

I wonder, has anyone tried this before?

Bryan

-- 
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, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to