45 lines
953 B
Plaintext
45 lines
953 B
Plaintext
views:
|
|
- type: kanban-view
|
|
name: View
|
|
filters:
|
|
and:
|
|
- type == "Task"
|
|
order:
|
|
- file.name
|
|
- status
|
|
columnOrders:
|
|
file.file:
|
|
- Untitled.base
|
|
- Untitled.canvas
|
|
- Test.md
|
|
- Untitled.md
|
|
- Test 2.md
|
|
note.status:
|
|
- TODO
|
|
- Working On
|
|
- Done
|
|
cardOrders:
|
|
file.file:
|
|
Untitled.base: []
|
|
Untitled.canvas: []
|
|
Test.md:
|
|
- Test.md
|
|
- Untitled.canvas
|
|
- Untitled.base
|
|
note.status:
|
|
Uncategorized: []
|
|
Done:
|
|
- Stub out the Home Page.md
|
|
- Plan Basic Pages.md
|
|
TODO:
|
|
- Setup Test Database.md
|
|
- Find the Gold Cost Rush Formula.md
|
|
- Dark Mode UI.md
|
|
Working On:
|
|
- Building Plan Calculator.md
|
|
columnColors:
|
|
file.file: {}
|
|
note.status:
|
|
Done: green
|
|
groupByProperty: note.status
|