Skip to content

TheRedElement/AFoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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

Quickstart

  • to use AFoot in any single presentation follow the steps below
    1. open the GoogleSlides™ presentation you want to use AFoot with
    2. navigate to Extensions > Apps Script
    3. change the project title to AFoot
    4. copy the code from afoot.gs and paste it into Code.gs of the Apps Script page
    5. from the dropdown next to Debug select one of onOpen(), onInstall(), makeUI()
    6. click Run
    7. you're ready to use AFoot
      1. 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

Notes

  • element creation/removal functions
  • naming pattern
  • addElementName()
  • removeElementName()
  • stored in Shape.getDescription() (altText)
    • follow pattern AFoot.<ElementName>.<SubName>
    • <ElementName> is EQUIVALENT to the creation function name
    • <ElementName> is in PascalCase

For Developers

Todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages