imdone Kanban docs
Epics
Epics are a way to group cards together for a larger goal. Epic cards will display a progress bar that tracks the completion of your epic as each card in the epic is completed.
Creating an epic
To create an epic, add is-epic:"Name of Epic" metadata to the card.
Adding a card to an epic
To add a card to an epic, add epic:"Name of Epic" metadata to the card.
Using front-matter to define epics
If you would like all cards in a file to be in the same epic, use the following template
---
meta:
epic: [My big epic]
---
## [My epic name](#TODO:0)
<!-- is-epic:true -->
- [ ] [An epic task](#TODO:5)