Adding images from external websites

This applies if your image is from an external website, such as Imgur or Chief Delphi.

  1. Get the URL of the image. This can be done by right-clicking/two-finger-clicking on an image and clicking on “Copy image address”.

  2. Type the following into your wiki page, in the location that you want to insert the image

    ![Description of image if image won't load](https://example.com/url/to/image/banana.png)
    

Adding your own images

This is mildly more complicated

  1. Make sure that your image filenames are descriptive.

  2. Remember your filename

  3. Navigate to the assets folder from the repository’s home page

  4. Click the “Upload Files” button. Image of the button

  5. Upload your images

  6. Commit your changes to finalize the upload

  7. In the wiki page that you wish to add an image to, insert the following Markdown

    
    ![Description]({{ "/assets/name_of_image.png" | absolute_url}})
    
    

Make sure to replace name_of_image.png with the filename of your image