You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Implement a metadata parser to parse all note's metadata.
Script to automatically add metadata to each note.
Add to template suggestion in this repository to contain YAML front matter, which can leverage Go's templating system, so that all new notes will contain metadata.
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:
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: