bootstrap-toc icon indicating copy to clipboard operation
bootstrap-toc copied to clipboard

An automatic table of contents generator, using Bootstrap 3 or 4

Results 30 bootstrap-toc issues
Sort by recently updated
recently updated
newest added

Many thanks for this very useful extension. I have successfully implemented it with my own site following your instructions, with just one caveat. I have a bootstrap header with `sticky-top`...

Would it be possible to implement, as an option? It would be a super useful feature to have.

enhancement
help wanted

[Boostrap official site](https://getbootstrap.com/docs/3.3/getting-started/) has a "Back to top" at the end of the TOC. Could bootstrap-toc add the same feature?

help wanted

The TOC structure is wrongly built when there is only one heading in the toc scope. I think the second ul tag is not necessary. ![toc-one-heading-issue](https://user-images.githubusercontent.com/5844694/53036640-73800380-3478-11e9-934c-e843b781b1fb.png) That is caused by...

Adding a processed helper class that checks if the element has a TOC built on it.

`gulp` succeeds on Node v6.10.3, but on v8.9.3 I get `Error: Cannot find module 'internal/util/types'`.

bug
help wanted

Based on the docs and looking at the source on the docs webpage, I tried to create the most simple example and I am running into a problem where the...

Hi, I can't seem to find bootstrap-toc as on npm; do you plan to release it on there?

Was talking with @andrewmaier today about the plugin, and realized that the only part of Bootstrap that this plugin relies upon (I think) is [Scrollspy](http://getbootstrap.com/javascript/#scrollspy). Would be useful to try...

enhancement
help wanted