metalsmith-headings-identifier icon indicating copy to clipboard operation
metalsmith-headings-identifier copied to clipboard

A Metalsmith plugin to add an id + anchor to all headings on a page. Ideal for permalinks.

Results 2 metalsmith-headings-identifier issues
Sort by recently updated
recently updated
newest added

[metalsmith-permalinks](https://github.com/segmentio/metalsmith-permalinks) switched to [slugify](https://github.com/simov/slugify) for its last version. Why not switch to slugify either so that slugs are consistent between url slugs and anchor slugs. Example: ``` https://server/slug-by-metalsmith-permalinks/#slug-by-metalsmith-headings-identifier ``` It...

To solve an accessibility issue, I need to add an ARIA role as an attribute to my headers. The resulting header would become: ```html This is the title ``` `%s`...