New /item slash command
parent
f914c40330
commit
49ab7111ee
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
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"
|
||||
---
|
||||
$1*
|
|
@ -4,7 +4,7 @@ description: Make this a task
|
|||
hooks.snippet:
|
||||
slashCommand: task
|
||||
matchRegex: "^(\\s*)[\\-\\*]?\\s*(\\[[ xX]\\])?\\s*"
|
||||
command: "Turn into task"
|
||||
command: "Text: Turn into task"
|
||||
key: "Ctrl-q t"
|
||||
---
|
||||
$1* [ ]
|
Loading…
Reference in New Issue