Skip to content

Instantly share code, notes, and snippets.

@izak-hoot
izak-hoot / Blank snippet.EXCEL.yaml
Last active March 5, 2023 02:21
Create a new snippet from a blank template.
name: Blank snippet
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
// comment
async function run() {