-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Tags should be saved in the frontmatter something like this:
---
...
tags: ["tag1", "tag2", "tag3"]
---
The CLI should accept tags using a flag.
$ 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.
$ zettl list -t tag1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed