Docs and template sets work

This commit is contained in:
Zef Hemel
2023-12-22 16:40:38 +01:00
parent 3350c7f076
commit 0a7fc05fef
25 changed files with 99 additions and 54 deletions
@@ -0,0 +1,9 @@
---
tags: template
type: slash
trigger: "note-admonition"
displayName: "/note-admonition"
description: Insert a "note" admonition
---
> **note** Note
> |^|
+7
View File
@@ -0,0 +1,7 @@
---
tags: template
trigger: "table"
---
| Header A | Header B |
|----------|----------|
| |^| | Cell B |
@@ -0,0 +1,9 @@
---
tags: template
type: slash
trigger: "warning-admonition"
displayName: "/warning-admonition"
description: Insert a "warning" admonition
---
> **warning** Warning
> |^|