logo.png

Plugin/Gist-it の変更点


#author("2020-03-08T14:53:53+01:00","default:user","user")

#navi(../)

~

#author("2022-10-04T12:43:39+02:00","default:inoue.ko","inoue.ko")




*Plugin Gist-it

~



***概要

GitHubに公開されているコードを埋め込み表示するためのものです。

[[gist-it.appspot.com>http://gist-it.appspot.com/]] のJavaScriptを利用しています。

~



***書式

 #gistit( ファイルパス, [幅px], [高さpx] )



ファイルパスは、公開アドレスの http://github.com/ から後ろの部分で、

一般に以下の形式です。

 ユーザ名/リポジトリ名/・・/ブランチ名/ファイル名

~





***事例

#gistit(koichi-inoue/JS_Geolocation/blob/master/index.html,,300)

以下の記述で、出力されています。

 #gistit(koichi-inoue/JS_Geolocation/blob/master/index.html,,300)

ちなみに、以下が公開アドレスです。

http://github.com/koichi-inoue/JS_Geolocation/blob/master/index.html



~

~



#navi(../)

~