Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Custom site emojis

Create a file called custom_emojis.json and add your custom emojis to this folder (or anywhere else you like). The content of custom_emojis.json should look as follows:

{
    "some_emoji": {
        "shortname": ":some_emoji:",
        "filepath": "images/emoji/custom/some_emoji.png"
    },
    "another_emoji": {
        "shortname": ":another_emoji:",
        "filepath": "images/emoji/custom/another_emoji.png"
    }
}