ideas
ideas copied to clipboard
Tags field: enable copying (`⌘C`) values
@wottpal commented on Aug 5, 2018, 4:25 PM UTC:
This issue was moved by bastianallgeier from k-next/kirby#823.
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.
It's tricky as there is (as far as I know) no widespread support for manipulating the clipboard via JS.
Have you checked out this? https://caniuse.com/#feat=mdn-api_clipboard_writetext
@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
Interesting! Especially as MDN is referenced as data source.
I‘ve never worked with this clipboard interface but it sounds promising.
Safari just received it, but we will have to wait until we raise Kirby's browser requirements.