添加标题permalink链接和指向闪烁功能,添加滚动网页标题插件

- 添加插件 rolling-title 可以使网页标题有滚动向左的效果
  - 默认关闭,使用 enhanced.web.web-title.rolling-title = true 打开
- PHP Markdown 添加 Heading_Permalink 插件
  - 支持了自动为标题生成同名定位标
  - 添加了一个 ⁕ 悬浮的 permalink 按钮
  - 添加了插件 heading-permalink-highlights 使标题被定位时 permalink 按钮会产生闪烁效果
master
A.C.Sukazyo Eyre 2023-01-27 19:09:46 +08:00
parent 24b59a5988
commit c9268d4630
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
5 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,3 @@
# 滚动标题
↖ 看浏览器标题栏

View File

@ -6,6 +6,7 @@
<customization.article.codeblock.highlightjs>true</customization.article.codeblock.highlightjs>
<customization.article.codeblock.highlightjs.theme />
<customization.article.listing.rainbow.marker>true</customization.article.listing.rainbow.marker>
<customization.article.title.permalink.highlight-on-focus>true</customization.article.title.permalink.highlight-on-focus>
<site.robots><![CDATA[allow]]></site.robots>
</configurations>
<links>
@ -34,9 +35,10 @@
<rootBook id="%root" name="Workshop Documentations">
<Page id="main" name="book.sukazyo.cc:: Rebuild In Progress" />
<Chapter name="__test_collection__">
<Page id="test-regex-highlight" name="RegEx 着色" />
<Page id="rest" name="ReST Parser" />
<Page id="tex" name="LaTeX Parser" />
<Page id="test-collection/enhanced-frontend/test-regex-highlight" name="RegEx 着色" />
<Page id="test-collection/language-parsing/rest" name="ReST Parser" />
<Page id="test-collection/language-parsing/tex" name="LaTeX Parser" />
<Page id="test-collection/enhanced-frontend/rolling-title" name="滚动标题栏" enhanced.web.web-title.rolling-title="true" />
</Chapter>
</rootBook>
</BookShelf>