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.
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-copy-code-to-clipboard
- Owner: Nearata
- License: unlicense
- Created: 2020-09-06T22:02:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T16:46:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T13:03:22.201Z (28 days ago)
- Topics: copy-to-clipboard, flarum, flarum-extension
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/24852
- Size: 425 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-flarum - Copy Code To Clipboard - Allows the user to easly copy the text inside the code tag. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# Copy Code to Clipboard
[](https://github.com/Nearata/flarum-ext-copy-code-to-clipboard/blob/main/UNLICENSE)
[](https://packagist.org/packages/nearata/flarum-ext-copy-code-to-clipboard)
[](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.

## 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
```