>>322
「"attach": ???」を自分で追記しないと出ません
```
"ff5ch.search.asboard": {
"label": "(検索結果を板へ表示)",
"type": "emit",
"attach": "selected",
"command": "uri:request",
"params": [
"https://ff5ch.syoboi.jp/?q=${TEXT}"
]
},
"ff5ch.search.asboard.prompt": {
"label": "検索結果を板として表示",
"type": "emit",
"attach": "res",
"command": "ui:prompt",
"params": [
"user:ff5ch.search.asboard"
]
},
```