mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-26 17:42:29 +08:00
10 lines
226 B
YAML
10 lines
226 B
YAML
name: Task
|
|
description: Create a new Task
|
|
type: "Task"
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe Task
|
|
description: A clear and concise description of what the task is about.
|
|
validations:
|
|
required: true |