space.litenote.note

apoena.dev

Documentation

A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions.

main record

A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions.

Record Key tid Timestamp-based ID

Properties

content string Required

Markdown content of the blog post

maxLength: 10000 bytes
createdAt string datetime Optional

An RFC 3339 formatted timestamp.

title string Required

No description available.

maxLength: 1000 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "content"
    ],
    "properties": {
      "title": {
        "type": "string",
        "maxLength": 1000
      },
      "content": {
        "type": "string",
        "maxLength": 10000,
        "description": "Markdown content of the blog post"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions."
}

Lexicon Garden

@