generated at
句点切
script.js
scrapbox.PopupMenu.addButton({ title: text => text.match(/[。.]/) ? '句点切り' : null, onClick: text => text.replace(/[。.]/g, '\n'), })

句点残す
text => text.replace(/[。.]/g, '$&\n')