NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
A userscript that collapses markdown headers
Shift
+ Click to toggle the view of all same level header content."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:
```js
// 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.
Rating: 0