mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
10 lines
198 B
Markdown
10 lines
198 B
Markdown
---
|
|
tags: template
|
|
description: Make this a task
|
|
hooks.snippet:
|
|
slashCommand: task
|
|
matchRegex: "^(\\s*)[\\-\\*]?\\s*(\\[[ xX]\\])?\\s*"
|
|
command: "Turn into task"
|
|
key: "Ctrl-q t"
|
|
---
|
|
$1* [ ] |