Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graphadvantage/google-slide-merge

Google Apps Script web app for merging Slides decks for modularized content management
https://github.com/graphadvantage/google-slide-merge

google-slides

Last synced: 2 months ago
JSON representation

Google Apps Script web app for merging Slides decks for modularized content management

Awesome Lists containing this project

README

        

# google-slide-merge

### Overview:
Google Apps Script web app utility for merging Google Slides decks into a new deck on Google Drive. Useful for building presentations from modularized content. Uses Google APIs for [Drive](https://developers.google.com/apps-script/advanced/drive) & [Slides](https://developers.google.com/apps-script/advanced/slides) as well as [sortable.js](https://github.com/SortableJS/Sortable?tab=readme-ov-file)

![screenshot of deployed web app](images/google-slide-merge.png)

### Deploy:

* Create a new Google Apps Script

* In the code editor, open the Services menu and add the **Drive** and **Slides** services

* In the code editor, create a new file **index.html**

* Copy and paste the contents of **Code.gs** and **index.html**

* Deploy the web app