maichan
https://gyazo.com/09cfa97d850e860930e936763a86e71c
https://gyazo.com/3c544aef51d3864064aa77d92ed1f743
This is maichan’s page.
このプロジェクトの管理人です
プライベートプロジェクトの一部公開
English Diary
参加プロジェクト
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}]
})