rashita
https://gyazo.com/a7d04dd3f6631faff7f43cfd4ce1adcc
//プロジェクト読み込み時にアラートを表示させる
code:script.js
alert("おはようございます。今日も一日頑張りましょう")
//置換のテスト。選択したテキストから#を消す。
code:script.js
scrapbox.PopupMenu.addButton({
title: 'Replace',
onClick: text => {
return text.replace(/#/g, '')
}
})
装飾記法の拡張
code:style.css
.deco-\+ { color: blue }
.deco-\+.deco-- { color: lightgrey }