image-picka icon indicating copy to clipboard operation
image-picka copied to clipboard

Possibly copy URL's with space instead of new line

Open remlap opened this issue 2 years ago • 1 comments

Hi is possible to copy URL's with a space instead of a new line?

Thanks

remlap avatar Apr 12 '23 12:04 remlap

Yes. You just have to change this line https://github.com/eight04/image-picka/blob/9a71160c25788978ba264ad34cf4e5cff24a919d/src/picker.js#L142 to

			input.value = getUrls(getImages()).join(" ");

However, I think it should be easier to replace new line with space using a text editor.

eight04 avatar Apr 16 '23 10:04 eight04