maichan
https://gyazo.com/09cfa97d850e860930e936763a86e71c
https://gyazo.com/3c544aef51d3864064aa77d92ed1f743
This is maichan’s page.
このプロジェクトの管理人です
ただ今の趣味は小説を書くことです
maichan2: /maichan2
プライベートプロジェクトの一部公開
Forget Me Not in This Beautiful World: /maichan-en
English Diary
X: https://x.com/wowmaichan
カクヨム: https://kakuyomu.jp/users/wowmaichan
instagram: https://www.instagram.com/wowmaichan/
参加プロジェクト
井戸端: /villagepump
code: script.js
(async () => {
const {runPremy} = await import("/api/code/hata6502/premy/index.js");
runPremy();
})();
code:script.js
// 選択した文字列にマーカー
scrapbox.PopupMenu.addButton({
title: 'マーカー',
onClick: text => [[${text}]]
})
code:script.js
// 選択した文字列を斜体にする
scrapbox.PopupMenu.addButton({
title: '斜体',
onClick: text => [/ ${text}]
})
#member