jekyll-toc

Jekyll plugin which generates a table of contents.

MIT License

Downloads
1.6M
Stars
340
Committers
14

Bot releases are visible (Hide)

jekyll-toc - v0.19.0 Latest Release

Published by toshimaru 5 months ago

What's Changed

Chores

Full Changelog: https://github.com/toshimaru/jekyll-toc/compare/v0.18.0...v0.19.0

jekyll-toc - v0.18.0

Published by toshimaru over 1 year ago

What's Changed

Deps

New Contributors

Full Changelog: https://github.com/toshimaru/jekyll-toc/compare/v0.17.1...v0.18.0

jekyll-toc -

Published by toshimaru over 3 years ago

  • Require Ruby v2.5+ and nokogiri v1.11 #143
jekyll-toc -

Published by toshimaru over 3 years ago

#140

  • Use ruby/setup-ruby and support Ruby 3
  • Drop Jekyll v3.8
  • Drop Ruby v2.4
jekyll-toc -

Published by toshimaru almost 4 years ago

  • Support Jekyll 4.2 #138
jekyll-toc - Custom ID for TOC

Published by toshimaru almost 4 years ago

  • Allow custom id for list (#137 @N7K4 )
  • Bump paambaati/codeclimate-action from v2.7.4 to v2.7.5 (#134)
  • Fix rubocop offenses / gem rubocop-rake (#136)
jekyll-toc - v0.15.0: Ordered Lists is now Supported

Published by toshimaru almost 4 years ago

  • Update README (#127)
  • Ordered list support (#122)
  • Add configuration to enable ordered list (#117, @zsyed91 )
  • Support Jekyll v3.9 and v4.1 / Modify workflow trigger event (#121)
  • Bump paambaati/codeclimate-action from v2.4.0 to v2.7.4 (#126)
jekyll-toc -

Published by toshimaru about 4 years ago

  • a74a637 - Ordered list support (#122) @toshimaru
  • d6c4d04 - Add configuration to enable ordered list (#117, thanks @zsyed91 )
  • 5c93fa9 - Support Jekyll v3.9 and v4.1 / Modify workflow trigger event (#121) @toshimaru
jekyll-toc -

Published by toshimaru over 4 years ago

  • Dependencies: Require jekyll v3.8+ / nokogiri v1.10+ #114
  • RuboCop: Ignore vendor directory #115
  • URL-Encoding for anchor link inside toc #113 ( @N7K4 )
jekyll-toc -

Published by toshimaru over 4 years ago

Patch release for v0.13.0 release

  • Add Jekyll gem as a runtime_dependency #98
jekyll-toc -

Published by toshimaru over 4 years ago

  • Update README
  • Drop ruby 2.3 Support / Drop Jekyll 3.5, 3.6 Support #97
  • Configure GitHub Actions #96
jekyll-toc -

Published by toshimaru about 5 years ago

  • Remove toc_only deprecation message #87
jekyll-toc -

Published by toshimaru over 5 years ago

  • Update README
  • Fix warning message

#84

jekyll-toc -

Published by toshimaru over 5 years ago

  • Liquid::Template.register_tag: toc #82
  • Code-base Refinements
    • Refactoring: Create Configuration Class #81
    • Add more tests #83
jekyll-toc -

Published by toshimaru over 5 years ago

  • Fix toc tag bug / Add tests #83
jekyll-toc -

Published by toshimaru over 5 years ago

  • Liquid::Template.register_tag 'toc' #82
jekyll-toc -

Published by toshimaru over 5 years ago

  • Refactoring: Create Configuration Class #81
jekyll-toc -

Published by toshimaru over 5 years ago

  • Avoid Duplicated IDs in a page #79
    • Anchor now doesn't have its own id attribute.
  • CI against Ruby 2.6 #80
  • Drop Jekyll 3.6 Support #80
  • Code Reafactoring #80
jekyll-toc -

Published by toshimaru over 5 years ago

  • Have toc_only return an empty string when toc is disabled #77 @gandalf3 (testing with #78 )
  • nokogiri now requires 1.9+.
jekyll-toc -

Published by toshimaru almost 6 years ago

  • Allow mutiple no_toc_section_classes #72 @toshimaru