Developing Google Docs Addons using Google Apps Script API: 01. Modifying and Replacing Text

Опубликовано: 03 Октябрь 2024
на канале: SkyanSam
5,316
51

-- Author's Note: --
There isn't any good video tutorials for the Google Docs API so after learning Google Apps Script for Docs and going through the references I finally learned, and I won't keep this knowledge to myself. I actually had this done from a month or so now, I don't know why I procrastinated to post it. Maybe I was waiting for the perfect time, but there is no perfect time and it's the start of summer. So here you go!

Also this is to learn the Google Docs API. This is a very small exercise. Eventually once you get a grip you can explore more in the Google Docs references and get a better idea of how the API works. This isn't the only video I'm releasing on the Google Docs API by the way. :)
--- ---


All the source code is here. I may put it on a website or something in the future. https://script.google.com/d/1n5WXtU2b...

If you don't know HTML and JS you need to learn that before you dive into making a google docs addon. I learned by Khan Academy.
https://www.khanacademy.org/computing...

The stupid yet cool idea to show how to use the API to replace "cat" with "dog" was from a Khan Academy tutorial. https://www.khanacademy.org/computing...

All the 8bit music awesomeness in the background is by AdhesiveWombat. I used 8 Bit Adventure and Bombs.    / @adhesivewombat  

And check out my website. https://skyriftstudios.tk/
https://skyansam.github.io/

When in doubt always check the references (even if they're hard to read) https://developers.google.com/apps-sc...

And check out the Google Apps Script discord. They're mostly for Google Sheets but they can help.   / discord  

Thats it folks. Next video I'll talk about creating your document.