Obsidian Log
When a voice message starts with log entry/logentry, strip the prefix and append to today's log file.
Preconditions
- •Read
OBSIDIAN_VAULT_PATHfrom.levelup.env. - •If missing or path does not exist, stop and tell the user Obsidian level-up is not configured/enabled.
Location
$OBSIDIAN_VAULT_PATH/logs/YYYY-MM-DD.md
Format
markdown
# Log - 2026-02-13 ## 10:41 went to the gym, did legs today ## 14:30 had a meeting about the new project
Rules
- •Create daily file with header
# Log - YYYY-MM-DDif missing. - •Append entries with
## HH:MM(Vienna time). - •Keep wording natural; only light cleanup.
- •Confirm shortly ("logged").