diff --git a/data/snippets.ts b/data/snippets.ts index 10d51bf..54d4563 100644 --- a/data/snippets.ts +++ b/data/snippets.ts @@ -803,6 +803,13 @@ Fixes # keyword: "gh-details", type: "template", }, + { + id: nanoid(), + name: "GitHub Image", + text: `![{cursor}]({clipboard})`, + keyword: "gh-image", + type: "template", + }, { id: nanoid(), name: "GitHub Note", @@ -819,6 +826,30 @@ Fixes # keyword: "gh-warning", type: "template", }, + { + id: nanoid(), + name: "GitHub Tip", + text: `> [!TIP] +> {cursor}`, + keyword: "gh-tip", + type: "template", + }, + { + id: nanoid(), + name: "GitHub Important", + text: `> [!IMPORTANT] +> {cursor}`, + keyword: "gh-important", + type: "template", + }, + { + id: nanoid(), + name: "GitHub Caution", + text: `> [!CAUTION] +> {cursor}`, + keyword: "gh-caution", + type: "template", + }, ]; const spelling: Snippet[] = [