Add TODO.md, add tags field
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user