Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/graphadvantage/google-slide-merge
- Owner: graphadvantage
- Created: 2024-07-04T17:38:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T16:20:10.000Z (5 months ago)
- Last Synced: 2024-07-13T00:30:00.279Z (5 months ago)
- Topics: google-slides
- Language: HTML
- Homepage:
- Size: 396 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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