js-script-button
from /villagepump/js-script-button
そのページに書いたcodeを実行できるアイコンボタンを作る
適当にカスタムしてある
動的importを使えない
動的importすると、unloadできない
どのみちreloadする設定になっているみたいだし、別に良いか。takker.icon
2021-04-11 23:36:27 refactoring
code:button.js
export async function execute() {
const {execute} = await import(../${encodeURIComponent(scrapbox.Page.title)}/script.js);
execute();
}
アイコン用画像
https://gyazo.com/69c812cab9c00c30353a10cef12c4ab9
#2021-04-11 23:33:49
#2020-12-08 19:17:22