zk/CHANGELOG.md
Mickaël Menu 4bf660f934
Parse tags in Markdown documents (#5)
Many tag flavors are supported: `#hashtags`, `:colon:separated:tags:` and even Bear's [`#multi-word tags#`](https://blog.bear.app/2017/11/bear-tips-how-to-create-multi-word-tags/). If you prefer to use a YAML frontmatter, list your tags with the keys `tags` or `keywords`.
2021-03-06 19:38:52 +01:00

408 B

Changelog

All notable changes to this project will be documented in this file.

Unreleased

Added

  • Support for tags.
    • Many tag flavors are supported: #hashtags, :colon:separated:tags: and even Bear's #multi-word tags#. If you prefer to use a YAML frontmatter, list your tags with the keys tags or keywords.