flatnotes icon indicating copy to clipboard operation
flatnotes copied to clipboard

Add a 'Copy' button to codeblocks

Open dullage opened this issue 1 year ago • 3 comments

dullage avatar Aug 24 '22 12:08 dullage

I was going to leave this suggestion as well. Are we just missing it? If not, this should really be of the highest priority. But really, you have the foundation of a really great, simple application. Thank you for all your work :-)

krfdoc avatar Jun 09 '23 14:06 krfdoc

This could be done using customHTMLRenderer by appending a custom button to the content of codeblock nodes with the onclick function that copies the content of the codeblock.

Unfortunately I don't know enough about styling and how Vue does it to implement this feature.

pbogre avatar Jul 02 '23 17:07 pbogre

Looking forward to this as well. Copy to clipboard is essential for code blocks :)

ItsNoted avatar Oct 04 '23 19:10 ItsNoted