Add more stuff

This commit is contained in:
2025-11-13 16:59:59 -06:00
parent 55f1b32e4d
commit 5f73b76800
32 changed files with 117473 additions and 15 deletions

View File

@@ -0,0 +1,22 @@
# Available matches
| Trigger | Replace |
|--------------|--------------------------------------------------------|
| :block: | \```🖰\n``` |
| :code: | \`🖰` |
| :h1: | # |
| :h2: | ## |
| :h3: | ### |
| :h4: | #### |
| :h5: | ##### |
| :h6: | ###### |
| :bold: | \*\*🖰** |
| :italic: | \*🖰\* |
| :strike: | \~\~🖰~~ |
| :url: | \[🖰]() |
| :image: | !\[](🖰) |
| :horizontal: | ___\n |
| :task: | - [ ] |
| :donetask: | - [x] |
| :collapse: | \<details>\<summary>🖰\</summary>\n\<p>\n\n\</p>\n\</details> |
**Note: The 🖰 symbol is where your mouse cursor will be after the trigger and \n represents a new line.**