create_note
Create new Markdown notes in an Obsidian vault with specified path, content, optional title and tags.
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 | ||
| content | Yes | ||
| title | No | ||
| tags | No |