Skip to content

Instantly share code, notes, and snippets.

View ononder's full-sized avatar

Onur Onder ononder

  • Microsoft
View GitHub Profile
name: Testing Roundtrip
description: Testing roundtrip
host: POWERPOINT
api_set: {}
script:
content: |
$("#testOneSync").click(() => tryCatch(testOneSync));
$("#testMultipleSyncs").click(() => tryCatch(testMultipleSyncs));
async function LogTime(msg) {
@ononder
ononder / Sample Selection.POWERPOINT.yaml
Created March 17, 2022 20:17
Selection Related Apis
name: Sample Selection
description: Selection Related Apis
host: POWERPOINT
api_set: {}
script:
content: |
$("#runText").click(runText);
$("#runShapes").click(runShapes);
async function runText() {
@ononder
ononder / Blank snippet (2).POWERPOINT.yaml
Created March 17, 2022 20:16
Create a new snippet from a blank template.
name: Blank snippet (2)
description: Create a new snippet from a blank template.
host: POWERPOINT
api_set: {}
script:
content: |
$("#runText").click(runText);
$("#runShapes").click(runShapes);
async function runText() {
@ononder
ononder / Simple Add New Shape.POWERPOINT.yaml
Created August 10, 2021 19:27
Adds a simple shape with some properties
name: Simple Add New Shape
description: Adds a simple shape with some properties
host: POWERPOINT
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
await PowerPoint.run(async function(context) {