Skip to content

Text Tricks on GitHub

zumbak04 edited this page Nov 28, 2019 · 8 revisions

Here we will describe the tricks that you may need when writing changelogs or comments on GitHub. If you want more information, you can find it Here.

Ctrl+V Images

Github supports the copypasting of images: Print Screen the game and Ctrl+V inside your comment or changelog.

Spoilers

We recommend to hide your images inside Spoilers:

<details>
<summary>Click to expand</summary>

Text to hide

</details>

Important! Images don't work in spoilers if there's no empty line above the image. Example of a working image:

<details>
<summary>Click to expand</summary>

![](https://i.ibb.co/41tmsSt/image.png)
</details>

Save Reply

You can save lines of text in Replies by clicking Create a new saved reply... We recommend to save Spoiler we mentioned above as your first reply. Click on the name of the saved reply to use it.