omowne6 downloadsConvert Tekken fighting game notation DSL into SVG images.
Convert Japanese Tekken fighting game command notation into SVG images in Obsidian.
Create a tekken code block and enter a command using numeric directions and attack buttons.
```tekken
6n23RP
```
The plugin renders the command as an SVG image. Open Settings → Community plugins → Tekken Code Image to adjust shape size, spacing, text styles, and attack button colors.
Obsidian のプラグインで、格闘ゲームの鉄拳におけるコマンドをSVG画像へと変換します。
対応しているコマンドは、主に日本で使われるテンキー形式です。例えば風神拳なら 6n23RP といった表記です。
markdown 上の ```tekken コードブロックにコマンドを記述することで、該当コードブロック上にSVG画像が生成されます。
方向、および、ボタン表記は画像のとおりです。

サポートしている記法:
1, 2, 3, 4, 6, 7, 8, 9)n または N - ニュートラルLP - 左パンチRP - 右パンチWP - 左右パンチ同時押しLK - 左キックRK - 右キックWK - 左右キック同時押し[ 攻撃ボタン ]WP WK は記述不可[ LK RP ]+ を攻撃ボタンの間に記述LP + RK>" で囲う。ただし、テキストとして " 記号を含めることは出来ない。"Counter Hit""日本語も可能"LP, RP, LK と LP RP LK と LPRPLK は同じ意味アリサの基本コンボ
```tekken
3RP > 4LP > "ws" LPRP > 9LP > 66 > 9LP
```
MIT ライセンス