スクボ読書の引用文章を連結する
#UserScript
code:script.js
scrapbox.PopupMenu.addButton({
title: "> join",
onClick: text =>
text
.split(/\n/)
.map((line) => line.replace(/^(\s*)>/g, ""))
.join(" ")
});
before
a
b
c
d
after
a b c d