What I'm trying to do is catch a user's input, and maybe replace the input with some other text. Like expand abbreviations, or enter the timestamp for each line at the beginning of the line.
The Google app script API doesn't seem to provide a way to get the most recent entered text and parse it. The main page mentions that polling seems to be the only way to implement it. Though, I haven't spent a lot of time on it, and if anyone can point me to something useful, I would appreciate it.
I've also heard that the Google Drive API can make this possible.
But is it possible to easily capture entered text and replace with something else?