code-syntax-block
code-syntax-block copied to clipboard
To add a copy code button in the top right corner
This would help users to copy the code with a single click and paste in their editor.
+1, perhaps something like the code-box-copy plugin (example). I'm not sure how difficult it would be in React, but effectively it's just including the JS/CSS scripts, adding an extra class to the div and triggering it.
Thank you for the great plugin!
+1 This feature will add an extra star to this plugin.
I attempted to load up clipboard.js in my child theme before prism.js as explained here: https://prismjs.com/plugins/copy-to-clipboard/, but that doesn't seem to work with this plugin for some reason. The copy button is never generated. I confirmed the scripts were loading in the correct order, and I'm not 100% sure why it's not working, but maybe it's something that needs to be done in the plugin?
@mkaz Any updates on this feature?
I'm using this plugin for now, but I agree it would be great to have this directly in this plugin
+1,it would be perfect if the copy button is added.like this
Is there any update? I would highly appreciate if that could be included