update_tiddler
Modify existing wiki entries by updating text, tags, or custom fields while preserving metadata and showing changes before applying.
Instructions
Update an existing tiddler. Shows a diff of changes and requests approval before applying. Preserves metadata like created timestamp. Supports arbitrary custom fields beyond the standard ones (e.g., caption, summary, author, or any TiddlyWiki field).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the tiddler to update | |
| text | No | New text content (optional) | |
| tags | No | New tags as space-separated string (optional) | |
| type | No | Content type like "text/markdown" or "text/vnd.tiddlywiki" (optional) |