script.js // 文字を赤くする scrapbox.PopupMenu.addButton({ title: 'quote', onClick: text => `[" ${text}]` });