An open API service indexing awesome lists of open source software.

https://github.com/nearata/flarum-ext-copy-code-to-clipboard

Allows the user to easly copy text inside a code tag.
https://github.com/nearata/flarum-ext-copy-code-to-clipboard

copy-to-clipboard flarum flarum-extension

Last synced: 14 days ago
JSON representation

Allows the user to easly copy text inside a code tag.

Awesome Lists containing this project

README

        

# Copy Code to Clipboard

[![license](https://img.shields.io/github/license/nearata/flarum-ext-copy-code-to-clipboard?style=flat)](https://github.com/Nearata/flarum-ext-copy-code-to-clipboard/blob/main/UNLICENSE)
[![packagist](https://img.shields.io/packagist/v/nearata/flarum-ext-copy-code-to-clipboard?style=flat)](https://packagist.org/packages/nearata/flarum-ext-copy-code-to-clipboard)
[![changelog](https://img.shields.io/github/release-date/nearata/flarum-ext-copy-code-to-clipboard?label=last%20release%20date)](https://github.com/Nearata/flarum-ext-copy-code-to-clipboard/blob/main/CHANGELOG.md)

> Allows the user to easly copy the text inside a code block.

![](screenshot.png)

## Install

```sh
composer require nearata/flarum-ext-copy-code-to-clipboard:"*"
```

## Update

```sh
composer update nearata/flarum-ext-copy-code-to-clipboard:"*"
php flarum cache:clear
```

## Remove

```sh
composer remove nearata/flarum-ext-copy-code-to-clipboard
php flarum cache:clear
```