Write a note
ragdown_rememberSave a decision, fix, or how-to as a new Markdown note, indexed immediately for later search results without overwriting existing files.
Instructions
Save something worth keeping (a decision, a fix, a how-to) as a new Markdown note in the notes folder, indexed immediately so later searches find it. Never overwrites an existing file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | File name under the notes folder, without .md; defaults to <date>-<title-slug> | |
| tags | No | ||
| title | Yes | ||
| content | Yes | Markdown body; the title and date go in frontmatter |