Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
add missing github alerts and github image snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
idChef committed May 7, 2024
1 parent 6d947b7 commit b5a3f8d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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[] = [
Expand Down

0 comments on commit b5a3f8d

Please sign in to comment.