wogikaze
https://lh3.googleusercontent.com/a-/ACNPEu8Mu7e-TFIz93h_eN9bYZxQBu8xiPLIXV8sYyN0kg=s96-c#.png
Midjouenyが出たときになにか崩れる音がした(ような気がする)
人を描くには観察眼がよわよわすぎるので風景とかを中心に
絵は描けないです。画伯
興味の移り変わりツリー
2025/01~
2024/10~
2023/08~
2022/08~
code:script.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