Embedding images inside a GitHub wiki (gollum) repository?

前端 未结 15 775
时光取名叫无心
时光取名叫无心 2021-01-30 00:43

The Github wikis are backed by a separate git repository then the main project repository.

This post by the Github team makes it sound like you should be able to link to

15条回答
  •  执念已碎
    2021-01-30 01:07

    If you want to quickly upload an image with drag/drop, you can perform the following (albeit hackish):

    Create a dummy issue; drag & drop your image there; copy/paste the uploaded markdown image code to your wiki;

    After you create the issue once, you can use it any number of times to do this.

    Hope this helps anyone looking for a quick fix, without needing to have the image reside in the repo.

提交回复
热议问题