Oscar Plaisant 9662f353ee update
2024-03-28 23:43:36 +01:00

38 lines
809 B
JSON

{
"version": "0.7.0",
"data": {
"boardConfigs": [
{
"tag": "tagBoardConfig",
"data": {
"columns": [
{
"tag": "task",
"displayTitle": "Task"
}
],
"showColumnTags": true,
"completedCount": 10,
"filters": [],
"filterPolarity": "Allow",
"showFilteredTags": true,
"includeOthers": false,
"includeUntagged": false,
"title": "test"
}
}
],
"globalSettings": {
"taskCompletionFormat": "ObsidianCardBoard",
"columnNames": {
"today": "",
"tomorrow": "",
"future": "",
"undated": "",
"others": "",
"untagged": "",
"completed": ""
}
}
}
}