support icon indicating copy to clipboard operation
support copied to clipboard

[FoxyTab] Custom Copy adds additional line breaks

Open IssacSchneizer opened this issue 2 years ago • 2 comments

copying multiple links using the custom copy feature of FoxyTab adds linebreaks that cannot be disabled in the options as of now.

for example: using the following custom copy format - [{title}]({url}) copies the following to the clipboard

- [GitHub - erosman/support: Support Location for all my extensions](https://github.com/erosman/support)

- [erosman · GitHub](https://github.com/erosman)

- [FoxyTab – Get this Extension for 🦊 Firefox (en-US)](https://addons.mozilla.org/en-US/firefox/addon/foxytab/)

it would be nice to able to disable this line break and have the links be copied as

- [GitHub - erosman/support: Support Location for all my extensions](https://github.com/erosman/support)
- [erosman · GitHub](https://github.com/erosman)
- [FoxyTab – Get this Extension for 🦊 Firefox (en-US)](https://addons.mozilla.org/en-US/firefox/addon/foxytab/)

this allows the user to have more control.

i would recommend having an option that disables the additional line breaks.

IssacSchneizer avatar Feb 05 '23 14:02 IssacSchneizer

It can be done if there is a popular demand for it.

erosman avatar Feb 05 '23 14:02 erosman

I'm not going to demand anything, but I know being able to disable blank lines between custom copies would be popular with me.

tosascott avatar Dec 28 '23 01:12 tosascott