ピリオド改行
#UserScript
code:script.js
scrapbox.PopupMenu.addButton({
title: text => text.match(/\.\s/) ? '. =>改行' : undefined,
onClick: text =>
text
.replace(/
a-zA-Z,
(\n)
a-zA-Z,
/g, " ")
.replace(/\.\s/g, '.\n\n'),
})
英文をさっと改行する
https://gyazo.com/89acd7d3a787ad4f30208669b42bc9b3