#Templater https://silentvoid13.github.io/Templater/docs/user-functions/system-user-functions [[Templater]]の`System Command User Functions`を使う。 以下は[[Windows]]の[[cmd]]を使って、[[draw.io]]で特定ファイルを開くコマンドの例。User Functionを定義して.. ![[Pasted image 20210604110503.png]] [[Templater]]のtemplateはこんな感じ。 ```js <%* tp.user.drawio({file: "C:\\template.svg"}) %> ``` ## MOC - [[📝TemplaterでUser Functionを実行するとカーソル位置に改行が挿入される]]