hedonhermdev / hedonhermdev/zettl
Ability to Add Optional Tags To Notes
Open
enhancement
good first issue
help wanted
- Dominant language
- Rust
- Stars
- 32
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Tags should be saved in the frontmatter something like this:
```yaml
---
...
tags: ["tag1", "tag2", "tag3"]
---
```
The CLI should accept tags using a flag.
```bash
$ zettl note note1 -t tag1 -t tag2 -t tag3
```
While we're at it, the `zettl list` command should also be able to filter with a specific tag.
```bash
$ zettl list -t tag1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.