Blogure-API
作者:互联网
Objects
- themedata :
object
主题的亮色与暗色
- toc :
object
文章目录生成
- codehighlight :
object
代码高亮相关
themedata : object
主题的亮色与暗色
Kind: global namespace
themedata.darkSwitcher()
切换并尝试存储用户新的状态
Kind: static method of themedata
themedata.darkSwitcherWithStorage()
存储用户更改的状态
Kind: static method of themedata
themedata.initDataTheme()
初始化, 如果上一次用户更改了状态
Kind: static method of themedata
toc : object
文章目录生成
Kind: global namespace
toc.tocbotOnload(dom)
tocbot 加载完成回调, 初始化 '.article' 中的三级标题 到 '#toc'.
Kind: static method of toc
Param | Type | Description |
---|---|---|
dom | Element |
触发回调的元素, 用于触发回调后初始化 toc 目录生成. |
toc.tocSwitcher(dom)
tocbot 改变 css 样式, 弹出目录承载容器.
Kind: static method of toc
Param | Type | Description |
---|---|---|
dom | Element |
触发回调的元素, 用于弹出目录承载容器. |
codehighlight : object
代码高亮相关
Kind: global namespace
codehighlight.reset()
Kind: static method of codehighlight
See: markdown_highlight_swap
codehighlight.highlightNumber()
控制代码高亮是否显示行号
Kind: static method of codehighlight
codehighlight.markdown_highlight_swap()
博客园 markdown_highlight 是异步的, 有几率会造成代码无法显示, 采取了比较trick的方式解决, 就是直接patch
会在博客园调用前patch掉, 在正常调用前patch回来.
Kind: static method of codehighlight
codehighlight.stub()
Kind: static method of codehighlight
See: markdown_highlight_swap
标签:codehighlight,Kind,API,static,toc,Blogure,method,themedata 来源: https://www.cnblogs.com/blogure/p/blogure-api.html