getkirby / ideas

This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
https://feedback.getkirby.com
20 stars 0 forks source link

Tags field: enable copying (`⌘C`) values #38

Open ghost opened 5 years ago

ghost commented 5 years ago

@wottpal commented on Aug 5, 2018, 4:25 PM UTC:

This issue was moved by bastianallgeier from k-next/kirby#823.

nicolasbulb commented 4 years ago

Hi there, Lately for a project, I’ve had to enter a lot of tags per image and some of them were repetitive and could have been easily using a copy/paste method to speed up the process. Is it intentional I can’t do that in the tag field of kirby? Would be a definite plus if enabled.

distantnative commented 4 years ago

It's tricky as there is (as far as I know) no widespread support for manipulating the clipboard via JS.

nilshoerrmann commented 4 years ago

Have you checked out this? https://caniuse.com/#feat=mdn-api_clipboard_writetext

distantnative commented 4 years ago

@nilshoerrmann funny, if you click on and go to https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText (which I checked first), it days not supported by Safari

nilshoerrmann commented 4 years ago

Interesting! Especially as MDN is referenced as data source.

I‘ve never worked with this clipboard interface but it sounds promising.

distantnative commented 4 years ago

Safari just received it, but we will have to wait until we raise Kirby's browser requirements.