write
Create, replace, or append content to an Obsidian note by providing a path and text, with optional automatic indexing.
Instructions
Cree ou modifie une note.
Args: path: Chemin de la note (relatif au vault) content: Contenu a ecrire mode: "create" (nouvelle note), "replace" (remplacer), "append" (ajouter) auto_index: Indexer automatiquement apres ecriture (defaut: True)
Returns: Confirmation ou erreur
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replace | |
| path | Yes | ||
| content | Yes | ||
| auto_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |