generated at
rashita
//プロジェクト読み込み時にアラートを表示させる
script.js
alert("おはようございます。今日も一日頑張りましょう")

//置換のテスト。選択したテキストから#を消す。
script.js
scrapbox.PopupMenu.addButton({ title: 'Replace', onClick: text => { return text.replace(/#/g, '') } })

装飾記法の拡張
style.css
.deco-\+ { color: blue } .deco-\+.deco-- { color: lightgrey }