| â Back to plugins index | |
đ GitHub Skyline | |
|---|---|
This plugin displays the 3D commits calendar from skyline.github.com.
| |
| Supported features â Full specification |
đ Classic template |
đ¤ Users |
|
| No tokens are required for this plugin | |
GitHub SkylineGitHub City |
|
| Option | Description |
|
Enable skyline plugin |
đ Web instances must configure settings.json:
boolean
default: no |
|
|
Displayed year |
type: number
(2008 â¤
đĨ)
default: current-year |
|
|
Frames count Use 120 for a full-loop and 60 for a half-loop. A higher number of frames will increase file size. |
type: number
(1 â¤
đĨ
⤠120)
default: 60 |
|
|
Image quality A higher image quality will increase file size. |
type: number
(0.1 â¤
đĨ
⤠1)
default: 0.5 |
|
|
Compatibility mode This uses CSS animations rather than embedded GIF to support a wider range of browsers, like Firefox and Safari. Using this mode significantly increase file size as each frame is encoded separately |
type: boolean
default: no |
|
|
Advanced settings Can be configured to use alternate skyline websites different from skyline.github.com, such as honzaap's GitHub City.
For |
⨠On master/mainđ Web instances must configure settings.json:
json
default: { "url": "https://skyline.github.com/${login}/${year}", "ready": "[...document.querySelectorAll('span')].map(span => span.innerText).includes('Share on Twitter')", "wait": 1, "hide": "button, footer, a" } |