iBug
iBug
@luispuerto > ummm… the feature is neat, but only works once in a page, after that you have to reload to copy again form another codeblock. It's more likely there's...
@luispuerto Thank you for your report. I've reproduced the error in Firefox and I'm looking into it. I don't have Safari, however.
@luispuerto It's a stupid typo from somewhere I couldn't recall. Can you test the demo pages now on Safari? It's working in Firefox for me now. Make sure to clear...
@mmistakes Given the discussions here and on #2795, #2508 and #2338, as well as that (at least) two people also ported code from this PR into their own repositories, I...
Addressing one concern quickly: > they need to add a class to every code block to disable With the current implementation it's not. There's a rule for `@at-root .no-copy &`...
OK, I'll implement that global toggle flag with two modes: Global enable + individual page or block opt-out / global disable + individual page or block opt-in. One technical question:...
[Jekyll's `highlight` tag][1] is well beyond the scope of a theme (it's Ruby), but for the other concern, > expect users to not be happy with the implementation and want...
Is there a good way to cover both "enable on individual code blocks" and "enable globally"? I'm still thinking of a global "enable" flag (unset by default so the current...
As of the last commit Michael's questions are addresses as such: > 1. No focus or active states. Hard to tell if you can navigate to the button by keyboard...
> 3. No feedback that it's done anything after click/tap... e.g. "Copied!" or something to that affect.  This will be shipped along with the next release (4.26.1 or 4.27.0)....