Skip to content

Instantly share code, notes, and snippets.

@TakamiChie
Created February 12, 2019 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakamiChie/a7fdde9f1f796d0da6e157f5493c1468 to your computer and use it in GitHub Desktop.
Save TakamiChie/a7fdde9f1f796d0da6e157f5493c1468 to your computer and use it in GitHub Desktop.
Clipboard-History用のRe:Viewのキーワードリスト
; Clipboard-History用のRe:Viewのキーワードリストです。
; @include=reviewkwds.txtなどとしてお使いください。
+ブロック命令(&B)
リスト(&L) | //listnum[id][caption][lang]{`r`n`r`n//}`r`n
埋め込みリスト(&E) | //emlistnum[id][caption][lang]{`r`n`r`n//}`r`n
行番号指定(&F) | //firstlinenum[num]`r`n
コマンド(&C) | //cmd{`r`n`r`n//}`r`n
イメージ(&G) | //image[id][caption]{`r`n`r`n//}`r`n
番号無し図(&P) | //indepimage[id][caption]`r`n
グラフ(&R) | //graph[id][command][caption]{`r`n`r`n//}`r`n
表(&T) | //table[id][caption]{`r`n-------------------------------------------------------------`r`n//}`r`n
引用(&Q) | //quote{`r`n`r`n//}`r`n
ノート(&N) | //note[caption]{`r`n`r`n//}`r`n
メモ(&E) | //memo[caption]{`r`n`r`n//}`r`n
Tips(&T) | //tip[caption]{`r`n`r`n//}`r`n
情報(&N) | //info[caption]{`r`n`r`n//}`r`n
注意(&W) | //warning[caption]{`r`n`r`n//}`r`n
重要(&A) | //important[caption]]{`r`n`r`n//}`r`n
警告(&C) | //caution[caption]{`r`n`r`n//}`r`n
注意(&O) | //notice[caption]{`r`n`r`n//}`r`n
脚注(&K) | //footnote[id][content]`r`n
リード文(&L) | //lead{`r`n`r`n//}`r`n
アンカー(&H) | //label[label]`r`n
..
+インライン命令(&I)
+ 書体(&F)
キーワード(&K) | @<kw>{ }
キーワード(補足あり&W) | @<kw>{ , }
傍点(&B) | @<bou>{ }
網掛け(&A) | @<ami>{ }
下線(&U) | @<u>{ }
太字(&O) | @<b>{ }
イタリック(&I) | @<i>{ }
強く強調(&S) | @<strong>{ }
強調(&E) | @<em>{ }
等幅(&T) | @<tt>{ }
等幅(イタリック&L) | @<tti>{ }
等幅(太字&D) | @<ttb>{ }
コード(&C) | @<code>{ }
縦中横(&H) | @<tcy>{ }
..
+ 参照(&R)
章番号(&C) | @<chap>{ }
その他の章題(&T) | @<title>{ }
章番号とタイトル(&H) | @<chapref>{ }
リスト参照(&L) | @<list>{ }
図参照(&I) | @<img>{ }
表参照(&T) | @<table>{ }
式参照(&E) | @<eq>{ }
節項参照(&H) | @<hd>{ }
コラム参照(&M) | @<column>{ }
..
+ その他(&M)
ルビ(&R) | @<ruby>{ , }
改行(&B) | @<br>{}
&Unicode文字 | @<uchar>{ }
ハイパーリンク(&L) | @<href>{ }
インライン画像(&I) | @<icon>{ }
インライン数式(&M) | @<m>{ }
単語ファイル内値文字列(&W) | @<w>{ }
単語ファイル内値文字列(太字&B) | @<wb>{ }
索引登録(&D) | @<idx>{ }
索引登録(出力無し(&H)) | @<hidx>{ }
吹き出し(&B) | @<balloon>{ }
..
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment