Skip to content

Feat: Add ability to copy code blocks or quotes (if they are commands) #10

@dd84ai

Description

@dd84ai

On mouse clickhttps://www.w3schools.com/howto/howto_js_copy_clipboard.asp how to copy to clipboard

а вот и

<h3 onclick="myFunction(this, 'red')">Click me to change my color.</h3>

<script>
function myFunction(element, color) {
  element.style.color = color;
}
</script>

and to use this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions