990.fujii.daisuke
https://gyazo.com/18757f301a53928a14de3d7c0424511b
code:script.js
scrapbox.PopupMenu.addButton({
title: '**',
onClick: text => {
return '' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: '***',
onClick: text => {
return '' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: 'Marker',
onClick: text => {
return ' ' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: 'red',
onClick: text => {
return '' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: '節題',
onClick: text => {
return '>◆' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: '中寄大',
onClick: text => {
return '' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: '中寄中',
onClick: text => {
return '' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: '右寄中',
onClick: text => {
return '' + text + '';
}
})
scrapbox.PopupMenu.addButton({
title: '右寄普',
onClick: text => {
return '' + text + '';
}
})