docsify-plugin-toc
docsify-plugin-toc copied to clipboard
page's ToC (Table of Content) for docsify.
页面刷新后定位不准,点击无法跳转,点其他标题再点回来变正常
I am sorry to inform you that Removing css loaded from js in the latest release `v1.3.1` If you are loading `.js` without specifying a version number like this `//unpkg.com/docsify-plugin-toc`...
```javascript document.querySelector(`#main ${window.$docsify.toc.target}`) ``` If config like this: ```javascript { tocMaxLevel: 6, target: 'h1, h2, h3, h4, h5, h6' } ``` The selector`#main h1, h2, h3, h4, h5, h6` will...
最近不生效了
fix: In search plugin, after type keyword and jump to result page, the search results are shown in toc. 解决:搜索常见搜索出结果以后,点击结果进入到结果页面,TOC插件展示的内容会包含搜索结果。
This code didn't work: ```javascript toc: { ... ignoreHeaders: ['', ''] } ```
The current version is 1.3.2
当点击右侧的目录好后,左侧的目录选中样式就会消失,这样的话就不知道当前是看到 那篇文章了。
_coverpage.md里边的内容也显示了! 可以加个设置进行屏蔽么?默认下划线开头的,或者加一个配置项。