-
a google slides add-on to add consistent slide numbers and useful information for the presenter
-
checkout the hompage for more information
-
v1.0.1
- to use AFoot in any single presentation follow the steps below
- open the GoogleSlides™ presentation you want to use AFoot with
- navigate to
Extensions > Apps Script - change the project title to AFoot
- copy the code from afoot.gs and paste it into
Code.gsof theApps Scriptpage - from the dropdown next to
Debugselect one ofonOpen(),onInstall(),makeUI() - click
Run - you're ready to use AFoot
- for now any time you refresh the presentation, you will have to complete steps 5 - 6 again
- the development (Apps-Script) project (a little more structured) can be accessed here
- if you want to use AFoot across all your presentations you can do so by setting up a Google Cloud Platform Project
- element creation/removal functions
- naming pattern
addElementName()removeElementName()- AFoot Descriptors
- stored in
Shape.getDescription()(altText)- follow pattern
AFoot.<ElementName>.<SubName> <ElementName>is EQUIVALENT to the creation function name<ElementName>is in PascalCase
- follow pattern