This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
Implement a tagging system for notes #42
Labels
dev enhancements
Improvements to the project, from development perspective
Somehow find a way to create a tagging system for notes. Although I don't have a standard to recommend, something like
YAML
front matter could work well, as it contains enough information in there to implement things like date range search (#10), tags (this issue) and potentially other features further down the road.This could easily scale in complexity though, as this issue is then multiple folded. At least, the following three items have to be fulfilled:
If users decide to not use metadata, then some features may be compromised. Does it make sense to force all notes to use this metadata?
The text was updated successfully, but these errors were encountered: