cjsaylor opened this issue 6 years ago · 1 comments
The open command (if the entry doesn't exist) should initialize the frontmatter with a date entry.
Ex:
--- date: 2018-07-26 ---
the tag command should keep the date value unchanged and just append the tag entries:
tag
--- date: 2018-07-26 tags: - sometag
Done.