notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
https://notiflix.github.io
MIT License
635 stars 55 forks source link

[FEAT] - Add Copy to Clipboard functionality! #83

Closed fvuar closed 2 months ago

fvuar commented 2 months ago

Is your feature request related to a problem? Please describe.

Can't a function like Notiflix.Clipboard or Notiflix.Copy be added? [...]

Describe the solution you'd like

This idea came to my mind while examining the Block element. We can define it as Block(element), so why not define it as Notiflix.Copy(element).innerText?

Describe alternatives you've considered

My own implementation fvuarJS I did this, but I would also like to see this in Notiflix, which is the application I use the most.

furcan commented 2 months ago

Hello, Thank you for your interest on the library.

I presume this feature request will not be a priority for Notiflix for a long time. And because of that I am closing this ticket.

You can please use the existing solutions you already have due to clipboard copy/paste functionality.

Best wishes, Furkan