metalsmith-tags icon indicating copy to clipboard operation
metalsmith-tags copied to clipboard

A metalsmith plugin to create dedicated pages for tags in posts or pages.

Results 19 metalsmith-tags issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Is there a way to use `tag.name` in page ``? I'd like to add a `title` metadata of each page generated by the plugin. Is there a way to do...

Tags seem to be case sensitive. - I create a document with `api` tag - I create another document with `API` tag On both document, tag link is `http://myserver/tags/api/`. But...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...

dependencies

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog Sourced from extend's changelog. 3.0.2 / 2018-07-19 [Fix] Prevent merging __proto__ property (#48) [Dev Deps] update eslint, @ljharb/eslint-config, tape [Tests] up to node...

dependencies

I have a page that list all the used tags. - Is there a way to order tags by alphabetical order? - Is there a way to mention how many...

When we have multiple tags with the same safe tag, one of them is overriding the other and only one page is generated. In my opinion, when multiple tags have...

After looking at the source code more closely I would like to put up the following suggested roadmap items up for discussion: - **Tag definitions in pages:** Currently tags need...