</> The listing manifest · read-only
{
"kind": "collection",
"root": "tasks",
"version": 2,
"collections": [
{
"key": "tasks",
"kind": "entity",
"name": "Tasks",
"emoji": "✅",
"bindings": [
{
"data_type": "title",
"binding_key": "title",
"column_span": 4,
"property_key": "entry-title",
"display_order": 0,
"page_visibility": "always_show"
},
{
"data_type": "tag",
"binding_key": "status",
"column_span": 1,
"tag_options": [
{
"key": "to-do",
"color": null,
"label": "To do",
"sort_order": 0
},
{
"key": "doing",
"color": null,
"label": "Doing",
"sort_order": 1
},
{
"key": "done",
"color": null,
"label": "Done",
"sort_order": 2
},
{
"key": "parked",
"color": null,
"label": "Parked",
"sort_order": 3
}
],
"property_key": "status",
"display_order": 1,
"page_visibility": "always_show",
"custom_display_name": "Status"
},
{
"data_type": "tag",
"binding_key": "priority",
"column_span": 1,
"tag_options": [
{
"key": "low",
"color": null,
"label": "Low",
"sort_order": 0
},
{
"key": "normal",
"color": null,
"label": "Normal",
"sort_order": 1
},
{
"key": "high",
"color": null,
"label": "High",
"sort_order": 2
}
],
"property_key": "priority",
"display_order": 2,
"page_visibility": "always_show",
"custom_display_name": "Priority"
},
{
"data_type": "date",
"binding_key": "due",
"column_span": 1,
"property_key": "date",
"display_order": 3,
"page_visibility": "always_show",
"custom_display_name": "Due"
},
{
"data_type": "boolean",
"binding_key": "done",
"column_span": 1,
"property_key": "checkbox",
"display_order": 4,
"page_visibility": "always_show",
"custom_display_name": "Done"
},
{
"data_type": "markdown",
"binding_key": "body",
"column_span": 4,
"property_key": "page",
"display_order": 5,
"page_visibility": "always_show"
}
],
"body_mode": "none",
"description": "One entry per task. The status tag is what the task IS doing; the tick is what it has done.",
"sample_entries": [
{
"title": "Renew the passport",
"values": {
"body": "Photos done. Still need the old one and the form.",
"done": false,
"title": "Renew the passport",
"status": "doing",
"priority": "high"
}
},
{
"title": "Book the dentist",
"values": {
"done": false,
"title": "Book the dentist",
"status": "to-do",
"priority": "normal"
}
},
{
"title": "Cancel the unused subscription",
"values": {
"done": true,
"title": "Cancel the unused subscription",
"status": "done",
"priority": "low"
}
}
],
"title_column_span": 2,
"title_display_order": 0
}
]
}