This commit is contained in:
Oscar Plaisant
2024-03-28 23:43:36 +01:00
parent 8100d33567
commit aa751faf29
3454 changed files with 0 additions and 1000 deletions

38
.obsidian/plugins/card-board/data.json vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"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": ""
}
}
}
}