create_note
Create or update a markdown note by specifying its path and content. Use this tool to save new information or modify existing notes in your vault.
Instructions
Create a new note or update an existing one. The note will be saved as a markdown file. Use this to save new information or update existing notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the note (e.g., 'folder/new-note.md'). Include .md extension. | |
| content | Yes | Markdown content for the note |