feat(docs): add copy button to code blocks#344
Open
yashksaini-coder wants to merge 1 commit into
Open
Conversation
6e25344 to
c331804
Compare
Adds a hover-revealed Copy button to every <pre> block in the docs content area. Clicking it copies to clipboard via the Clipboard API and flashes a green "Copied!" confirmation for 2 s. The script is loaded only on doc pages via the `scripts` template block, so landing and other page types are unaffected. No new dependencies. Closes huggingface#343
c331804 to
81b629d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<pre>code block in the docs, always visible (no hover to reveal).navigator.clipboard.writeText()and briefly shows a green checkmark for 2 s.DOMParser+appendChild— noinnerHTMLusage.scriptstemplate block inlayouts/doc/single.html— no impact on landing or other page types.No new dependencies. No changes to markdown content or build config.
Fixes #343
Files changed
website/assets/js/copy-code.js.docs-content previa DOM APIswebsite/assets/css/main.css.copy-btnstyles: always visible, vertically centered, green on copiedwebsite/layouts/doc/single.htmlscriptsblock to load the JS only on doc pagesTest plan
hugo serverinwebsite/, open any doc page (e.g./guides/sessions/)