orgcss icon indicating copy to clipboard operation
orgcss copied to clipboard

add copy button for code block

Open Zilong-Li opened this issue 3 years ago • 2 comments

Hi @gongzhitaao

Thanks for your great work on this.

I wonder if you can add a copy button for code block so that people can copy the code snippets quickly, especially for long and large blocks.

Zilong-Li avatar Jul 21 '21 22:07 Zilong-Li

Hey Zilong,

Good suggestion, let me see how easy it will be for a pure css solution.

gongzhitaao avatar Jul 22 '21 01:07 gongzhitaao

Hi,

I don't think there is a good solution to copy text to clipboard with one click button for pure css, although I am not an expert on css. Alternatively, maybe we can make the code block copiable when moving mouse to the block using hover feature so that people can Ctrl/Cmd+C to copy. check this https://stackoverflow.com/questions/44418687/making-text-selectable-on-hover-with-css. But this is not good solution for mobile device. I think using js is inevitable if you want to make it work across all devices.

Zilong-Li avatar Jul 22 '21 07:07 Zilong-Li