log_to_note
Append timestamped log entries to any note's Logs section, preserving project and task timelines. Provide the note path and content; the entry is formatted with date and time under the note.
Instructions
Append a log entry to the 'Logs' section of any note (project, task, etc.).
Format: - [[YYYY-MM-DD]] - HH:MM: Content
Args: note_path: Path to the note relative to vault root. content: The log message to append.
Returns: Success message or error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| note_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |