maichan
https://gyazo.com/1b091cde69a80d9f5225b5bed4986317
https://gyazo.com/378ab88c9a6b51863eb1a5ecda0bd14c
I'm Japanese, and I live in Japan.
I want to speak, read, and write in English—but my English is still not very good.
So, I'm trying to write an article about myself.
I use ChatGPT to help me with proofreading. ChatGPT is my wonderful teacher and a wizard of diaries.
The main content of my website is my diary.
Other content includes photos and my favorite things.
---
Support Maichan with your magic ✨💌
---
---
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}]
})