Sticky reading rail with table-of-contents, scroll progress, and active heading state. Vanilla, ESM, zero dependencies.
Generates TOC for markdown files of local git repo.
mdast utility to generate a table of contents from a tree
Runs prettier as an eslint rule
remark plugin to generate a table of contents (TOC)
Generate a markdown TOC (table of contents) with Remarkable.
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Get device information using react-native
TypeScript client library for the Mistral AI API
This package helps to transform resources to be used in a typesafe i18next project.
Generating and updating table of contents in Markdown files which conform with prettier.
A markdown-it plugin to generate table-of-contents that compatible with Vue.js
Table of contents (TOC) for markdown-it markdown parser with focus on semantic and security.
Prometheus metrics exporter for Fastify
A memcache client for node using the binary protocol and SASL authentication
JupyterLab - Table of Contents widget extension
Generate a regex from a string or array of strings.
JupyterLab - Table of Contents widget
markdown-it plugin to add toc and anchor links in headings
Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.
Generate d.ts definitions for generated js files from grpc_tools_node_protoc
A rehype plugin that adds a table of contents (TOC) to the page
Return a high-resolution time difference.
The module is AWS Step Functions plugin for Serverless Framework
Mountable Rails engine that renders markdown files as a browsable documentation site with syntax highlighting, TOC generation, category grouping, and mode-based content filtering.
This gem is intended to be used in Rails pre-processing, after the page has been generated but before it is delivered to the requestor. It does a case-insensitive search in the source text for the pseudo-tag <toc />, which marks where the table of contents will be placed. If the tag is not found, the unmodified source is returned. If the tag is found, it searches the text for header tags in a given range, and add an id attribute if the header does not already have one. If no headers were found, it will remove the tag and return the modified source. If there are headers, a link is generated for each one, using the header's text and id for the link's text and href. The links are wrapped in some divs, with classes and ids added so the table of contents can be styled. The <toc /> pseudo-tag is then replaced with the table of contents, and the the modified source is returned.