notes/Library/Core/Snippet/task.md

10 lines
215 B
Markdown
Raw Normal View History

2024-01-22 15:49:44 +01:00
---
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* [ ]