Skip to content

Ability to Add Optional Tags To Notes #8

@hedonhermdev

Description

@hedonhermdev

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions