0.1.6 • Published 13 days ago

@inc2734/contents-outline v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days 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

13 days ago

0.1.4

1 year ago

0.1.5

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago