auto find and replace in Google Docs App Script

孤人 提交于 2019-12-12 01:04:42

问题


I'm trying to create a note-taking template/script for Google Docs (docs, not spreadsheets) that automatically converts abbreviations into full words/phrases (ex. typing 'mgmt' automatically turns into 'management'). I can't figure out how have this happen in real-time (vs. running the script after typing is done, which would basically be a quicker find and replace).

Any tips? Or is this even possible? Thank you!


回答1:


If you look under "Tools" and click "Preferences", that would be what you are looking for.

Cheers.



来源:https://stackoverflow.com/questions/16973630/auto-find-and-replace-in-google-docs-app-script

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