obsidian_daily_append
Append markdown content to today's daily note in Obsidian to capture tasks, ideas, or reminders directly from chat.
Instructions
Append content to today's daily note.
Parameters: content (required) — markdown text to append at the end of today's daily note
Examples: obsidian_daily_append({ content: "- Meeting with team at 3pm" }) obsidian_daily_append({ content: "> [!tip] Remember\n> Review PR before EOD" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to append |