script.jsscrapbox.PopupMenu.addButton({ title: "> join", onClick: text => text .split(/\n/) .map((line) => line.replace(/^(\s*)>/g, "")) .join(" ") });
> a
> b
> c
> d
> a b c d