BACK TO DIRECTORY




This plugin will add a new copy to clipboard functionality to Gutenberg Code Block.
It will add a copy button at the top right corner of the block. After clicked, it will select the text, copy to clipboard, and after copy it will deselect the copied text. No markup here.
This plugin makes use of two javascript libraries:
Clipboard.js and Prism.js
Screenshots

Example of two code blocks next to each other

Example of a small code block

Example of a code block when the copy button is pressed