Open ganevdev opened 4 years ago
It will also allow developers to use emoji in tags, without having to remember which emoji were used, something like this:
tagsManagement: [{
tagName: "🖊️ post",
replacement: ["post"]
}]
Each time the post
tag is used, it is replaced by 🖊️ post
.
Awesome. Exicited for this feature
Create an opportunity for global site tag management. In its raw form, it may look something like this (in gatsby-config.js):
gatsby-config.js in gatsby-theme-chronoblog plugin options
Since this is an array with objects, you can list any number of tags here (including if such tags do not yet exist on the site). The most important option is the
tagName
.This option allows developers to give tags a style (see this: https://github.com/Chronoblog/gatsby-theme-chronoblog/issues/26)
It will also allow developers to hide any tags from view, but at the same time, technically, they will continue to exist, so that developers can use these hidden tags to, say, filter content. This issue was mentioned here: https://github.com/Chronoblog/gatsby-theme-chronoblog/issues/32