generated at
wogikaze

Midjouenyが出たときになにか崩れる音がした(ような気がする)
人を描くには観察眼がよわよわすぎるので風景とかを中心に
絵は描けないです。画伯

script.js
import 'https://scrapbox.io/api/code/yuyasurarin/wogikaze/出張用.js' import "/api/code/work4ai/png画像からデータを読み取るscript/mod.js"; import {popupBindings} from '/api/code/wogikaze/popupmenuのショートカットを決める/script.js'; popupBindings.start(); popupBindings.push( {key: '.', buttonName: 'link'}, // link {key: 't', buttonName: 'Embed Tweet'}, // twitter {key: 'u', buttonName: 'URL'}, // other links ); scrapbox.PopupMenu.addButton({ title: 'link', onClick: text => { if (text.match(/https?:\/\//)) { return text.replace(/(https?:\/\/[^\s]+)/g,'[. $1]') } } }); scrapbox.PopupMenu.addButton({ title: 'w4i', onClick: text => { if (text.match(/https?:\/\//)) { return text.replace(/(https?:\/\/[^\s]+\/([^\/\s]+))/g,"[. $1/$2]$2") } } });

this is yuyasurarin’s page