We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1e684 commit 0918445Copy full SHA for 0918445
1 file changed
skills/note/SKILL.md
@@ -46,12 +46,12 @@ Every note MUST start with YAML frontmatter:
46
tags:
47
- tag1
48
- tag2
49
-created: YYYY-MMM-DD
+created: YYYY-MM-DD
50
---
51
```
52
53
- 3-5 relevant tags. Lowercase, hyphenated for multi-word.
54
-- Date format `YYYY-MMM-DD` (e.g. `2026-Jan-24`).
+- Date format `YYYY-MM-DD` (e.g. `2026-01-24`).
55
- Add `mode: verbatim` or `mode: concept` if you want the mode visible in frontmatter.
56
57
### Structure: verbatim fix
0 commit comments