fix(snippets): bold labels, empty optional fields, only mandatory TAB stops

This commit is contained in:
2026-02-24 14:59:41 +01:00
parent d83ffcdbb4
commit 6358721349
3 changed files with 27 additions and 27 deletions

View File

@@ -2,11 +2,11 @@
# name: Meeting notes
# key: ;meeting
# --
| Date | `(format-time-string "%Y-%m-%d")` |
| Attendees | ${1:names} |
| Topic | ${2:topic} |
|-----------+-----------------------------------|
| Notes | ${3:discussion notes} |
| Actions | ${4:action items} |
| Next | ${5:next meeting} |
| *Date* | `(format-time-string "%Y-%m-%d")` |
| *Attendees* | ${1:names} |
| *Topic* | ${2:topic} |
|-------------+-----------------------------------|
| *Notes* | |
| *Actions* | |
| *Next* | |
$0