Overwrite is not being honored #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Obsidian connector's obsidian_create_note doesn't honor overwrite: true reliably when both path and name are passed and the file already exists — it auto-suffixes the filename instead. The reliable pattern for writing to a specific existing file is obsidian_append_to_note with just path.