hedgedoc_list_history
Retrieves the authenticated user's recently viewed and pinned HedgeDoc notes, returning details like title, tags, and last-viewed time. Use it to quickly access your note history.
Instructions
List the logged-in user's recently viewed and pinned notes. Returns a JSON array of note objects. Each object includes: 'id' (note ID or alias), 'text' (note title), 'tags' (array of strings), 'pinned' (boolean), and 'time' (last-viewed timestamp in milliseconds). Requires a valid session — will raise an error if not authenticated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||