Ryoh827
アイコン
https://scrapbox.io/files/668e570a803a14001c7dbf19.png
一応エンジニアをやっています
#member
code: script.js
// 選択した文字列にマーカー
scrapbox.PopupMenu.addButton({
title: 'マーカー',
onClick: text => [[${text}]]
})
code: style.css
/* 二重括弧による強調をマーカーっぽくする */
.line strong:not(class) {
background: linear-gradient(transparent 10%, #ffccff 25%, #ffccff 70%, transparent 90%)
}