Maybe there needs to be some way of adding tags to an entry.
I'm not really sure what the best way to do that is. For UI, maybe something like this, if there's can only be at most one tag per entry
- tag1
- entry under tag1
- entry under tag2
- untagged entry 1
- untagged entry 2
- ...
We should probably allow all user facing methods to also work on a single tag. e.g.
diary tag tag1 list
diary tag tag1 list today
diary tag tag1 add "new diary entry"
diary tag tag1 search
Maybe there needs to be some way of adding tags to an entry.
I'm not really sure what the best way to do that is. For UI, maybe something like this, if there's can only be at most one tag per entry
```
- tag1
- entry under tag1
- entry under tag2
- untagged entry 1
- untagged entry 2
- ...
```
We should probably allow all user facing methods to also work on a single tag. e.g.
- `diary tag tag1 list`
- `diary tag tag1 list today`
- `diary tag tag1 add "new diary entry"`
- `diary tag tag1 search`
Maybe there needs to be some way of adding tags to an entry.
I'm not really sure what the best way to do that is. For UI, maybe something like this, if there's can only be at most one tag per entry
We should probably allow all user facing methods to also work on a single tag. e.g.
diary tag tag1 list
diary tag tag1 list today
diary tag tag1 add "new diary entry"
diary tag tag1 search