Update freznel's Obsidian daily note in the superyas vault by appending timestamped entries to a ## Timeline section. Prefer compact chronological logging that stays readable in Obsidian on mobile and desktop.
C:\Users\frezn\iCloudDrive\iCloud~md~obsidian\superyas01 DailyYYYY-MM-DD.mdTemplates\Daily Note.md## Timeline placed before ## NotesAllow this skill in Telegram groups and other shared chats only when freznel clearly intends to log something to the vault.
Strong triggers:
/dailylog, /travellog, or /timelineadd this to my daily note, save this to Obsidian, or log this for todayDo not write to the vault from ordinary group banter, third-party messages, or ambiguous conversation fragments.
If intent is unclear in a group, ask one short confirmation question before saving.
time in HH:MM 24-hour formactivity as a short action phraselocationtagsbullets for normal daily logging and travel updates.table only when freznel explicitly asks for a table or when the day is highly structured and comparable across many entries.scripts/update_daily_log.py.Use native Obsidian Markdown where it improves readability, but keep daily logging lightweight.
> [!tip] Travel day
> Landed on time. Hotel check-in was smooth.
📍 for location.Use bullets for most cases because they are easier to dictate, faster to scan on mobile, and more tolerant of messy real-life travel notes.
Example:
## Timeline
- 06:45 — Left home for airport — 📍 Manila
- 08:10 — Checked in and cleared security — 📍 NAIA T3
- 11:35 — Landed — 📍 Singapore
- 13:00 — Reached hotel and checked in — 📍 Bugis
Use a table when the user asks for one, when entries naturally fit consistent fields, or when location and tags matter enough to justify columns.
Example:
## Timeline
| Time | Activity | Location | Tags |
|---|---|---|---|
| 06:45 | Left home for airport | Manila | #travel #airport |
| 08:10 | Checked in and cleared security | NAIA T3 | #travel |
| 11:35 | Landed | Singapore | #flight |
time / place / transport / status.Use this script:
scripts/update_daily_log.pyTypical bullet example:
python scripts/update_daily_log.py --date 2026-03-30 --mode bullets --time 06:45 --text "Left home for airport" --location "Manila" --tags "#travel" --time 08:10 --text "Checked in and cleared security" --location "NAIA T3" --tags "#airport #travel"
Typical table example:
python scripts/update_daily_log.py --date 2026-03-30 --mode table --time 06:45 --text "Left home for airport" --location "Manila" --tags "#travel" --time 08:10 --text "Checked in and cleared security" --location "NAIA T3" --tags "#airport #travel"
7, 7am, 7:15 pm, 19:15 into HH:MM./dailylog, /travellog, and /timeline as strong save-to-note triggers, but accept plain-language prompts like add this to today's note too.共 1 个版本