Bitbucket Collapse Markdown

A userscript that collapses markdown headers

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Mottie
日安装量
0
总安装量
56
评分
1 0 0
版本
0.1.1
创建于
2017-04-28
更新于
2017-05-16
大小
5.5 KB
许可证
MIT
适用于

A userscript that collapses markdown headers

  • This script makes all markdown headers clickable and toggles the view of all content between same level headers (e.g. between H2 headers).
  • It works on overview, source, pull requests, issues, comment preview, & wiki pages. Pretty much everywhere on bitbucket.
  • Click on any header to toggle the view of the content below it.
  • Use Shift + Click to toggle the view of all same level header content.
  • When the content of a header is expanded, all sub-headers are also expanded.
  • Links within the header are still clickable.
  • Use the userscript addon to change these settings (see screenshot below):

    • "Set Bitbucket collapse markdown state" to collapsed (expanded by default) which collapses all header content initially.
    • "Set Bitbucket collapse markdown colors" to an JSON array with six color values (accepts named, hex, rgb, hsl, etc). For example, these six colors apply to the H1 through H6 header arrows respectively:

      // palette generated by http://tools.medialab.sciences-po.fr/iwanthue/
      // (colorblind friendly; soft)
      ["#6778d0", "#ac9c3d", "#b94a73", "#56ae6c", "#9750a1", "#ba543d"]
      
    • After changing either of the above options, make sure to reload the page (Shift + F5) to have the updated setting take effect.

  • Can be used along with the bitbucket collapse in comment userscript.

bitbucket collapse markdown settings

bitbucket collapse markdown

Hosted with ♥ at Bitbucket