Skip to content

Instantly share code, notes, and snippets.

View nermin-slidelizard's full-sized avatar

nermin-slidelizard

View GitHub Profile
@nermin-slidelizard
nermin-slidelizard / Delete all tags of slide and shapes.POWERPOINT.yaml
Last active November 22, 2022 08:42
Use tags to process subsets of slides.
name: Work with tags
description: Use tags to process subsets of slides.
host: POWERPOINT
api_set: {}
script:
content: >
deleteTagsOfAllSlides();
async function deleteTagsOfAllSlides() {
@nermin-slidelizard
nermin-slidelizard / GetFileAsync.POWERPOINT.yaml
Last active October 20, 2021 13:07
Create a new snippet from a blank template.
name: Blank snippet
description: Create a new snippet from a blank template.
host: POWERPOINT
api_set: {}
script:
content: >-
getDocumentAsCompressed();
function getDocumentAsCompressed() {