您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds numbered headings button to the page editor in Atlassian Confluence. Based on work by Markus Jenu at https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-add-numbering-to-headings-in-Confluence/qaq-p/315517#M87046.
This is a Tampermonkey userscript that adds a heading numbering feature to the page editor in Atlassian Confluence. This will number headings as follows:
1. Header 1
1.2 Header 2
1.2.3 Header 3
2. Header 1
Based on work by Markus Jenu at https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-add-numbering-to-headings-in-Confluence/qaq-p/315517#M87046.
The original script was intended to be installed as a Confluence user macro. Adding macros requires admin rights to your Confluence instance. This script allows non-admin users to run this script locally.
1) Install the Tampermonkey extension for your web browser. 2) Add Confluence Auto Numbered Headings to Tampermonkey from its home on Greasy Fork镜像 using the "Install this script" button. (The script you see here on GitHub auto-syncs to Greasy Fork镜像.) 3) Configure this script in Tampermonkey, if needed (see below). 4) Edit any page in confluence. Add heading numbers using the new button shown in the screenshot:
This script is pre-configured to work with Confluence instances hosted by Atlassian. If you run an internal / on-premises instance of Confluence, you'll need to change the script's settings in Tampermonkey as follows:
1) Go to Tampermonkey > Dashboard. 2) Under the "Installed userscripts" tab, click on the edit icon for Confluence Auto Numbered Headings. 3) Click on the "Settings" tab. 4) Under "Includes/Excludes" > "User matches", add the URL for your internal Confluence instance. The format should be something like https://confluence.companyintranet.com/*
<h3>Example <strong>Heading</strong></h3>
would be changed to <h3>1.3 Example Heading <strong>Heading</strong></h3>
.QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址