Append Wiki Log Entry
wiki.logAppendAppend a typed chronological entry to an Obsidian wiki log with the convention '## [YYYY-MM-DD] | ', initializing the log file if needed.
Instructions
Append a typed chronological entry to the wiki log using the convention '## [YYYY-MM-DD] | '. Initializes the wiki if needed.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| title | Yes | ||
| body | No | ||
| refs | No | ||
| date | No | ||
| wikiRoot | No | ||
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changed | Yes | True if the tool altered vault state on this call; false if it was a no-op. | |
| target | Yes | The path or identifier the tool acted on. | |
| summary | Yes | Short human-readable summary of what happened. |