Google Doc Script onEdit

隐身守侯 提交于 2020-01-03 03:59:05

问题


I want to build a Google Doc Extension.

Google Spreadsheets has an onEdit trigger, Google Documents don't seem to: https://developers.google.com/apps-script/understanding_triggers

Is there a way for me to handle user input (typing) cleanly?

Thanks!


回答1:


Not in Apps Script. If you write an app using the Drive API, you can use the Realtime API https://developers.google.com/drive/realtime/



来源:https://stackoverflow.com/questions/19781406/google-doc-script-onedit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!