Hello!
A while ago, I’ve made a little chrome extension which adds custom CSS to the API web page: it gives it a sidebar.
But, on this thread, I found a pretty cool solution. Use an extension that manages custom CSS for different pages. Since it’s very easy to add, I thought I’d share it with y’all.
For chrome
The extension is called User CSS.
For Firefox
The extension is called Stylish
Here’s the CSS.
Little thing that saves me about 2s
In $packages/User/Main.sublime-menu (you might need to create it)
[
{
"id": "help",
"children": [
{
"caption": "API Reference",
"command": "open_url",
"args": {
"url": "http://www.sublimetext.com/docs/3/api_reference.html"
}
}
]
}
]
