notes/Library/Core/Snippet/task.md
2024-01-22 14:49:44 +00:00

10 lines
215 B
Markdown

---
tags: template
description: Turn the current line into a task
hooks.snippet:
slashCommand: task
matchRegex: "^(\\s*)[\\-\\*]?\\s*(\\[[ xX]\\])?\\s*"
command: "Turn into task"
key: "Ctrl-q t"
---
$1* [ ]