
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
grunt-assemble-anchors
Advanced tools
Assemble plugin for creating anchor tags from headings in generated html using Cheerio.js.
Assemble plugin for creating anchor tags from headings in generated html using Cheerio.js.
<h1 id="glyphicons">Glyphicons</h1>
<h1 class="docs-heading">
<a href="#heading-id-name" name="heading-id-name" class="anchor">
<span class="anchor-target" id="heading-id-name"></span>
<span class="glyphicon glyphicon-link"></span>
</a>
Glyphicons
</h1>
Currently the plugin adds Bootstrap glyphicon classes. If you want to use different classes, find a bug, or have a feature request, please create an issue
Visit the anchors example repo.
In the command line, run:
npm install grunt-assemble-anchors --save
Next, register the plugin with Assemble:
assemble: {
options = {
plugins: ['grunt-assemble-anchors', 'other/plugins/*']
}
};
Specify a custom template (Underscore/Lo-Dash) to use for anchor markup. This is the default template:
module.exports = [
'<a href="#<%= id %>" name="<%= id %>" class="anchor">',
' <span class="anchor-target" id="<%= id %>"></span>',
' <span class="glyphicon glyphicon-link"></span>',
'</a>'
].join('\n');
To use a custom template just specify it in the options as follows:
options: {
plugins: ['grunt-assemble-anchors'],
anchors: {
template: './path/to/custom/template.js'
}
}
Visit the plugins docs for more info or for help getting started.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Brian Woodward
Copyright © 2015 Brian Woodward Released under the MIT license.
This file was generated by verb-cli on September 24, 2015.
FAQs
Assemble plugin for creating anchor tags from headings in generated html using Cheerio.js.
We found that grunt-assemble-anchors demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.