To be able to extend google docs, we need to have some event handling mechanism. I believe there are only a few supported in google docs. Is there a way We can write a function that triggers upon selecting content in a document ? not spreadsheet.
Asked
Active
Viewed 50 times
1 Answers
0
A script has been published when Google launched the ability to embed code in text document.
You should have a look at it as it might suit your needs : cursor inspector

Serge insas
- 45,904
- 7
- 105
- 131
-
This is true and to be honest, It is known to me as well. My question arouse when I wanted a mechanism to write some script that opens a doc and acts on it, in others' environment when they wish to install my script. This somehow, indirectly solved my question. Though not satisfyingly. I click your answer as correct, as it solved my question "for now". (APPS-SCRIPT HAS A VAGUE DESIGN). – Siva Tumma Sep 30 '13 at 08:02