Kanka Jump to Post

Adds a dropdown to Kanka entity headers to quickly scroll to the selected post.

目前為 2021-12-05 提交的版本,檢視 最新版本

作者
Salvatos
評價
0 0 0
版本
2
建立日期
2021-11-06
更新日期
2021-12-05
尺寸
2.1 KB
授權條款
未知
腳本執行於

Automatically adds a dropdown menu to the header of entity pages on Kanka that can be used to quickly scroll down to the various posts on the page. Keep in mind that this runs exclusively in the client and makes no change to your Kanka campaign, nor is it visible on any browser or device other than the ones this script is installed on.

The script is also able to add links to the top of the page on every post heading (entry and mentions headings are excluded), but this is turned off by default. To activate this feature, locate the following line and change false to true:

const addTopLink = false;