create_note
Create and save a new note in Obsidian with specified content, path, and optional frontmatter metadata using a local REST API for efficient vault integration.
Instructions
Create a new note with optional frontmatter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content of the note | |
frontmatter | No | Optional frontmatter metadata | |
path | Yes | Path for the new note |