A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions.
Record Key
tid
Timestamp-based ID
Properties
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."
}