This add-on will extract all your Speaker Notes and creates a Google Doc with your 'formatted' script. To run this add-on, first go to your Google slides with Speaker Notes.
- From within your new presentation, select the menu item Tools > Script editor. If you are presented with a welcome screen, click Blank Project.
- Delete any code in the script editor and rename
Code.gs
toscriptGen.gs
. Copy and paste the contents ofscriptGen.gs
into this file. - Then select the menu item View > Show manifest file in your Script Editor screen. Copy and paste the contents of
appsscript.json
in here. You need 2 scopes to run this sample:- To create and write a document:
https://www.googleapis.com/auth/documents
- To read the current presentation:
https://www.googleapis.com/auth/presentations.currentonly
- To create and write a document:
- Switch back to your presentation and reload the page.
- After a few seconds, a Speaker Notes Script sub-menu appears under the Add-ons menu. Click Add-ons > Speaker Notes Script > Generate Script Document.
- A dialog box indicates that the script requires authorization. Click Continue. A second dialog box requests authorization for specific Google services. Click Allow.
- Check your Drive folder for script!