create_note
Add a new Markdown note to an Obsidian vault by specifying filename and content, plus an optional folder path.
Instructions
Create a new note in the Obsidian vault
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional folder path within the vault (e.g., 'Projects/Work') | |
| content | Yes | Content of the note in Markdown format | |
| filename | Yes | Name of the note file (without .md extension) |