2024-07-07 18:11:38 +08:00
|
|
|
---
|
|
|
|
tags: template
|
|
|
|
description: Make this a bullet item
|
|
|
|
hooks.snippet:
|
|
|
|
slashCommand: item
|
|
|
|
matchRegex: "^(\\s*)[\\-\\*]?\\s*"
|
|
|
|
command: "Text: Turn into a bullet item"
|
|
|
|
key: "Ctrl-q i"
|
2025-01-26 14:35:41 +08:00
|
|
|
exceptContexts:
|
|
|
|
- FencedCode
|
2024-07-07 18:11:38 +08:00
|
|
|
---
|
|
|
|
$1*
|