</> The listing manifest · read-only
{
"kind": "collection",
"root": "journal",
"version": 2,
"collections": [
{
"key": "journal",
"kind": "entity",
"name": "Journal",
"emoji": "📓",
"layout": {
"expand": "page",
"version": 2,
"dividers": false,
"elements": [
{
"id": "title",
"type": "field",
"label": "icon",
"style": {
"span": 12,
"order": 0
},
"property": "title",
"labelPosition": "left"
},
{
"id": "body",
"type": "field",
"visible": true,
"property": "body",
"hideWhenEmpty": true
}
]
},
"bindings": [
{
"data_type": "title",
"binding_key": "title",
"column_span": 4,
"property_key": "entry-title",
"default_value": {
"expr": "formatDate(today(), \"iso\")"
},
"display_order": 0,
"page_visibility": "always_show"
},
{
"data_type": "markdown",
"binding_key": "body",
"column_span": 4,
"property_key": "page",
"display_order": 1,
"page_visibility": "always_show"
}
],
"body_mode": "none",
"description": "One entry a day, titled with today's date before you type a word. Then just write.",
"sample_entries": [
{
"title": "2026-01-12",
"values": {
"body": "Slept badly and still had the best morning of the week. Wrote for an hour before anyone was up — that seems to be the whole trick."
}
},
{
"title": "2026-01-11",
"values": {
"body": "Long walk, no podcast. Half the things I was worrying about turned out to be one thing."
}
},
{
"title": "2026-01-10",
"values": {
"body": "Slow day. Wrote three lines and closed it. Three lines still counts."
}
}
],
"title_column_span": 2,
"title_display_order": 0
}
]
}