generated at
js-script-button
そのページに書いたcodeを実行できるアイコンボタンを作る
適当にカスタムしてある
動的importを使えない
動的importすると、unloadできない
どのみちreloadする設定になっているみたいだし、別に良いか。takker

2021-04-11 23:36:27 refactoring

button.js
export async function execute() { const {execute} = await import(`../${encodeURIComponent(scrapbox.Page.title)}/script.js`); execute(); }

アイコン用画像

#2021-04-11 23:33:49
#2020-12-08 19:17:22