Add TODO.md, add tags field

This commit is contained in:
Bel LaPointe
2021-12-31 16:31:44 -05:00
parent 8eb1123594
commit c1ed21ce19
4 changed files with 12 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ type Todo struct {
Detail string `yaml:",omitempty"`
TS TS `yaml:",omitempty"`
Schedule Schedule `yaml:",omitempty"`
Tags string `yaml:",omitempty"`
}
func (todo Todo) Triggered() bool {