generated at
スクボ読書の引用文章を連結する


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