Affected files: .obsidian/community-plugins.json .obsidian/hotkeys.json .obsidian/plugins/homepage/data.json .obsidian/plugins/homepage/main.js .obsidian/plugins/homepage/manifest.json .obsidian/plugins/homepage/styles.css .obsidian/plugins/obsidian-omnivore/data.json .obsidian/plugins/obsidian-tasks-plugin/data.json .obsidian/plugins/obsidian-tasks-plugin/main.js .obsidian/plugins/obsidian-tasks-plugin/manifest.json .obsidian/plugins/obsidian-tasks-plugin/styles.css .obsidian/plugins/update-time-on-edit/data.json .obsidian/workspaces.json 01. Projects/Setup Obsidian/Foo.md 01. Projects/Setup Obsidian/Objective.md 01. Projects/Setup Obsidian/README.md README.md templates/Project Readme.md
43 lines
No EOL
604 B
Markdown
43 lines
No EOL
604 B
Markdown
---
|
|
created: <% tp.file.creation_date() %>
|
|
updated: <% tp.file.last_modified_date() %>
|
|
status: Backlog
|
|
---
|
|
# <% tp.file.folder() %> <% await tp.file.rename("README") %>
|
|
|
|
## Tasks
|
|
|
|
```tasks
|
|
path includes <% tp.file.folder(true) %>
|
|
group by filename
|
|
sort by urgency
|
|
hide backlink
|
|
```
|
|
|
|
## Resources
|
|
|
|
- Item
|
|
|
|
## [Kickoff](Project%20checklists.md#Kickoff)
|
|
|
|
### Completion Criteria
|
|
|
|
This project will be completed when...
|
|
|
|
### Brainstorm
|
|
|
|
- Item
|
|
|
|
## [Outtakes](Project%20checklists.md#Completion)
|
|
|
|
### Was the goal archived?
|
|
|
|
Yes/No, because of...
|
|
|
|
### What did go well?
|
|
|
|
- Item
|
|
|
|
### What did go wrong?
|
|
|
|
- Item |