Toc Bar

A floating table of content widget

Verze ze dne 04. 07. 2020. Zobrazit nejnovější verzi.

Autor
hikerpig
Hodnocení
0 0 0
Verze
1.1.0
Vytvořeno
01. 07. 2020
Aktualizováno
04. 07. 2020
Size
12,5 KB
Licence
MIT
Spustit na

Toc Bar

A user script that adds floating widget displaying table of content of current page.

Currently only tailored for some popular sites. Feel free to tweak the settings or open a PR.

✨Features

  • Use tocbot for toc generation.
  • For some sites, there is no id on header elements so it would be impossible to navigate by clicking the toc link. Toc Bar will generate ids - which are derived from a simple hash of the header textContent, and prefixed with tocbar- - for these headers.

Screenshots

zhuanlan-sspai

Acknowledgements

Inspired by github-toc by Mottie

CHANGELOG

v1.1.0 (2020-07-04)

Features

  • Add header hash functionality (970dd0a)
  • guess theme color from document.head meta (4db05b5)
  • remove tocbot style resource, add a modified version to tocbar style (5ebdde0)