All Projects → metalsmith → headings

metalsmith / headings

Licence: other
A Metalsmith plugin that extracts headings from HTML files and attaches them to the file's metadata.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to headings

permalinks
A Metalsmith plugin for permalinks.
Stars: ✭ 61 (+177.27%)
Mutual labels:  metalsmith, metalsmith-plugin
markdown
A metalsmith plugin to render markdown files to HTML.
Stars: ✭ 58 (+163.64%)
Mutual labels:  metalsmith, metalsmith-plugin
remove
A Metalsmith plugin to remove files from the build
Stars: ✭ 19 (-13.64%)
Mutual labels:  metalsmith, metalsmith-plugin
metalsmith
An extremely simple, pluggable static site generator.
Stars: ✭ 7,721 (+34995.45%)
Mutual labels:  metalsmith
Metalsmith
An extremely simple, pluggable static site generator.
Stars: ✭ 7,692 (+34863.64%)
Mutual labels:  metalsmith
metalsmith-paths
Metalsmith plugin that adds file path values to metadata
Stars: ✭ 19 (-13.64%)
Mutual labels:  metalsmith
metalsmith-redirect
🚏 Metalsmith plugin to create HTTP redirections
Stars: ✭ 27 (+22.73%)
Mutual labels:  metalsmith-plugin
metalsmith-jquery
A Metalsmith plugin to manipulate HTML via jQuery syntax
Stars: ✭ 13 (-40.91%)
Mutual labels:  metalsmith
markdown-it-github-headings
Add anchors and links to headings just like Github does
Stars: ✭ 22 (+0%)
Mutual labels:  headings
metalsmith-imagemin
Metalsmith plugin to minify images
Stars: ✭ 17 (-22.73%)
Mutual labels:  metalsmith
metalsmith-tags
A metalsmith plugin to create dedicated pages for tags in posts or pages.
Stars: ✭ 48 (+118.18%)
Mutual labels:  metalsmith-plugin
Gray Matter
Contributing Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Stars: ✭ 2,105 (+9468.18%)
Mutual labels:  metalsmith
directus-metalsmith-snipcart
Lookbook web app with Directus' open source headless CMS, Metalsmith, Vue.js & Snipcart
Stars: ✭ 14 (-36.36%)
Mutual labels:  metalsmith
metalsmith-babel
A Metalsmith plugin to compile JavaScript with Babel
Stars: ✭ 19 (-13.64%)
Mutual labels:  metalsmith
streetsupport-web
Helping people facing homelessness across the UK to find services in their area, and connecting people who want to help to where it is needed most.
Stars: ✭ 21 (-4.55%)
Mutual labels:  metalsmith
metalsmith-code-highlight
Metalsmith plugin for syntax highlighting code with HTML
Stars: ✭ 14 (-36.36%)
Mutual labels:  metalsmith
metalsmith-request
Metalsmith plugin to grab content from the web and expose the results to metadata
Stars: ✭ 12 (-45.45%)
Mutual labels:  metalsmith
metalsmith-html-minifier
A Metalsmith plug-in to minify HTML files
Stars: ✭ 23 (+4.55%)
Mutual labels:  metalsmith
metalsmith-clean-css
🚿 Metalsmith plugin to minify CSS files
Stars: ✭ 19 (-13.64%)
Mutual labels:  metalsmith-plugin
metalsmith-convert
Convert images with imagemagick (via imagemagick-native).
Stars: ✭ 17 (-22.73%)
Mutual labels:  metalsmith

metalsmith-headings

A Metalsmith plugin that extracts headings from HTML files and attaches them to the file's metadata.

Installation

$ npm install metalsmith-headings

Example

var Metalsmith = require('metalsmith');
var headings = require('metalsmith-headings');

Metalsmith(__dirname)
  .use(headings('h2'))
  .build();

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].