mindnet_obsidian/experience_cluster_config.yaml
Lars 5a171987b2
Some checks are pending
Node.js build / build (20.x) (push) Waiting to run
Node.js build / build (22.x) (push) Waiting to run
Eingebette Loops
2026-01-16 20:10:08 +01:00

47 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- key: experience_cluster
group: experience
label: "Experience Cluster"
note_type: experience
defaults:
status: active
steps:
- id: title
kind: capture_frontmatter
field: title
label: "Hub Titel"
required: true
# Einzeiliges Feld
- id: subtitle
kind: capture_text_line
label: "Untertitel"
prompt: "Kurzer Untertitel"
- id: intro
kind: capture_text
section: "## Einleitung"
label: "Einleitung"
prompt: "Beschreibe die Einleitung"
- id: items
kind: loop
label: "Erlebnisse"
item_label: "Erlebnis"
min_items: 1
steps:
- id: item_Headline
kind: capture_text_line
label: "Überschrift"
required: false
prompt: "Nennen kurz die Gruppenüberschrift"
- id: item_list
kind: loop
label: "Listeneinträge"
steps:
- id: list_item
kind: capture_text_line
label: "Eintrag"
required: true
prompt: "Einzelner Listeneintrag"
- id: review
kind: review
label: "Review & Apply"
checks: [lint_current_note]