ideas icon indicating copy to clipboard operation
ideas copied to clipboard

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

Open ghost opened this issue 5 years ago • 6 comments

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

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

ghost avatar Oct 25 '18 11:10 ghost

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.

nicolasbulb avatar Jan 28 '20 13:01 nicolasbulb

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

distantnative avatar Apr 30 '20 11:04 distantnative

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

nilshoerrmann avatar Apr 30 '20 14:04 nilshoerrmann

@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

distantnative avatar Apr 30 '20 17:04 distantnative

Interesting! Especially as MDN is referenced as data source.

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

nilshoerrmann avatar Apr 30 '20 19:04 nilshoerrmann

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

distantnative avatar May 07 '20 07:05 distantnative