I realize these are silly beginner js questions but... well, I hope to get 
EditorMagic <http://editormagic.tiddlyspot.com> to be useful (for us all) 
so:

I note the cursor-position.js 
<https://github.com/snowgoon88/TW5-extendedit/blob/master/plugin/files/cursor-position.js>
 has

function getCaretCoordinates(element, position, options)
...
var coordinates = {
   top: span.offsetTop + parseInt(computed['borderTopWidth']),
   left: span.offsetLeft + parseInt(computed['borderLeftWidth'])
};
...
return coordinates;

and I interpret this to be called via this:

window.getCaretCoordinates = getCaretCoordinates;


How do I "get access" to this in the tiddler editor? 

Any answer is better than none so I really appreciate any thoughts on this.

Thank you.

<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/85aafb10-aa9b-4863-b4e1-59d7b18fc2b9%40googlegroups.com.

Reply via email to