v1

latestOpenAPI 3.1.02026-07-13509.8 KB
Content

Save text to today's daily note

Saves a text to today's daily note in a space. The text can be formatted in markdown. Do not use this to import large amounts of content as this could break the daily note. Use the import system of Capacities instead.

<br>

Rate limit: 5 requests per 60 seconds (Learn more)

post/save-to-daily-note

Request body

spaceIdstring uuid required
mdTextstring required

Markdown text that should be added to today's daily note

origin'commandPalette' | 'mcp'

The origin of the save action. This determines the icon added to your note.

noTimeStampboolean

If true, no time stamp will be added to the note

Example request

{
  "mdText": "[ ] My important task",
  "noTimeStamp": true
}

Response

200 OK