xxb5724 / clipboardjs
Add a modern approach to copy code to clipboard with code language display.
Package info
github.com/Xiaoxiaobai5724/clipboardjs
Language:Less
Type:flarum-extension
pkg:composer/xxb5724/clipboardjs
Requires
- flarum/core: ^2.0.0
README
A Flarum 2.0 extension. Use Clipboardjs to add copy code approach with code language display to your Flarum. You can choose 7 different button styles, like GitHub, SegmentFault, etc.
Supports 47 common languages by default: .properties, apacheconf, bash, bbcode, c, csharp, css, cpp, coffeescript, diff, django, docker, dockerfile, git, go, html, ini, java, javadoc, js, json, less, lua, makefile, markdown, nginx, objectivec, perl, php, powershell, properties, python, python-repl, regex, ruby, rust, sass, scss, sql, stylus, swift, typescript, vim, visual-basic, vue, xml, yaml.
Installation
Install manually with composer:
composer require xxb5724/clipboardjs
Migrating from ffans/clipboardjs This extension was transferred to XXB and was previously published as
ffans/clipboardjs. The XXB line begins at 2.0.0, continuing the version history (the previous package reached 1.0.0). For forum admins, migration is a one-line change — swap the package, keep your settings and stored SEO data:
composer remove ffans/clipboardjs composer require xxb5724/clipboardjs php flarum cache:clear
Updating
composer update xxb5724/clipboardjs