obsidian_create_note_in_app
Create a new note in an Obsidian vault with optional content and silent mode. Provides control over vault selection and note opening behavior.
Instructions
Create a new note using Obsidian's URI scheme.
Args:
vault: Name or ID of the vault
name: Name for the new note
content: Optional initial content
silent: If true, don't open the note after creation
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| name | Yes | ||
| content | No | ||
| silent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |