0.1.6 • Published 1 year ago

@inc2734/contents-outline v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

inc2734/contents-outline

Get started

Install

$ npm install --save-dev @inc2734/contents-outline

Load scripts

import ContentsOutline from '@inc2734/contents-outline';

new ContentsOutline(
  '.contents-outline-container',
  {
    headings : document.querySelectorAll('h2, h3, h4, h5, h6'), // Optional
    moveToBefore1stHeading: true, // Optional
    moveTo: document.querySelectorAll('entry-content'), // Optional
  }
);
<div class="contents-outline-container">
  <div class="contents-outline"></div>
</div>

License

MIT

0.1.6

1 year ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago