create_note
Create a new note in an Obsidian vault with markdown content. Specify path, content, and optionally title and tags to organize notes.
Instructions
Create a new note.
Args: path: Path for the new note (e.g., "notes/new-note.md") content: Note content in Markdown title: Optional title (defaults to filename) tags: Optional list of tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tags | No | ||
| title | No | ||
| content | Yes |