Adding obsidian docs with initial notes
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
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
|
||||
Reference in New Issue
Block a user