hluk / copyq-commands

Useful commands for CopyQ clipboard manager.
328 stars 72 forks source link

tab-for-urls Declaring tabName will avoid Exception #53

Closed metafaniel closed 2 years ago

metafaniel commented 2 years ago

The command as-is will throw Exception. ReferenceError: tabName is not defined. To avoid this, I've added var tabName = '&URLs'; With this, the tab "URLs" is created and the formatted clipboard is correctly added in the tab.

hluk commented 2 years ago

Thanks! I accidentally broke it in a058a49752443c6c20c50224e69e66af7f92073e.