3 年前の自分がいいこと言ってた。
どこかでこのこと、忘れちゃってたなあ。
これからの 3 年間はこれに努めよう。
3 年前の自分がいいこと言ってた。
どこかでこのこと、忘れちゃってたなあ。
これからの 3 年間はこれに努めよう。
Change is the essential process of all existence.
By Spock, “Let That Be Your Last Battlefield”, stardate 5730.2
$ git clone git@github.com:<username>/<repository>.wiki.git
$ cd <repository>.wiki
$ mkdir images
$ cp path/to/image_file images
$ git -a -m 'Attach images'
$ open https://github.com/<username>/<repository>/wiki/<pagename>
And put [[/images/image_file]]
to your wiki page.
That’s it.
情報元: Editing Wiki Locally
この方法を使えば、好きな画像を wiki に貼り付けることができます :)