piroor / copy-selected-tabs-to-clipboard

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.
Other
79 stars 16 forks source link

Once copied, how can a list of urls be reopened within Firefox ? #27

Open ngirard opened 2 years ago

ngirard commented 2 years ago

This is not so much an issue report than a question and a feature request.

It made sense to me to ask it there, because I'm using this very extension to copy a list of urls as a markdown list and paste then inside my personal notes before commenting or reorganizing them.

This workflow, although promising, is hindered by the seemingly lack of solutions for reopening such a list of (possibly annotated/commented) markdown urls in Firefox. For now, I'm forced to click on the links one by one, which is cumbersome, and the original indentation is lost.

Do you know of a better way of doing it ?

Could you allow one of your extensions -- possibly TST -- to

Thanks in advance, cheers

claudio-salvio commented 6 months ago

Hello @ngirard

I know I'm a little late to the party. ☺️ You may have already found a solution for this. In case you haven't, it seems to me that this functionality corresponds more to addons like Open Multiple URLs Browser Extension (OMUBE) GeekDrop-Props at GitHub

I don't know if OMUBE currently parses markdown but if it doesn't, maybe the author will incorporate that functionality if required since it is quite aligned with the objective of that extension.

Kind regards, Claudio Salvio

piroor commented 6 months ago

This looks to be beyond the project scope so I won't implement that by my hand, but I'm possibly OK to merge pull requests to add this functionality if someone develops that.