hedgedoc_read_note
Retrieve raw markdown content of a HedgeDoc note by its ID or alias. Access public notes without authentication.
Instructions
Fetch the raw markdown content of an existing note by its ID or alias. Returns the note's markdown as a plain string. This is a public endpoint — no authentication is required to read notes on instances that allow public access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The note's unique ID (e.g. 'AbC123XyZ') or custom alias (e.g. 'my-meeting-notes'). Both forms are accepted. |