website icon indicating copy to clipboard operation
website copied to clipboard

Code Copy Buttons

Open kzjackson1 opened this issue 6 years ago • 3 comments

Is it possible to have code copying buttons so that copying code from quick-start guides and tutorials is easier? I think the more technical term for that is 'code highlighting', but regardless, it would make code transfer faster in some of the tutorials.

kzjackson1 avatar Jun 18 '19 21:06 kzjackson1

Need to investigate https://prismjs.com/ (another Docsy user sited the syntax highlighting features that include the "click to copy" feature)

RichieEscarez avatar Feb 14 '20 18:02 RichieEscarez

Docsy now supports prism: https://github.com/google/docsy/pull/325

RichieEscarez avatar Sep 29 '20 21:09 RichieEscarez

New docsy features have been merged into our repo adding support for us to use the "click to copy" feature mention here: https://www.docsy.dev/docs/adding-content/lookandfeel/#code-highlighting-with-prism

Open issue: We need to reconfigure our site settings, test, and then merge before we can actually use the new feature

RichieEscarez avatar Oct 06 '20 22:10 RichieEscarez