mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02: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 |