Turinys

clipboardutils Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Copy text to clipboard by icon, text, ...

Last updated on
2021-09-09
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to clippy, codeclipboard, copy2clipboard, copycode

Tagged with clipboard, code, copy, paste

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

Text with icon (click the icon copy the text in clipboard):

<clipb type=ti>Value copied in clipboard</clipb>
<clipb type=texticon>Value copied in clipboard</clipb>
<clipb f=t,i>Value copied in clipboard</clipb>

{{:dev:clipboardutils:screenshot1.png?200|}} FIXME

Some more complex boxes

An email address clickable: <clipb type=clic>an-email-address@ggmail.com</clipb>\\
Several lines copied by icon: <clipb t=i>a simple text
on several lines
just to try</clipb>\\
An icon, the text, an icon, all clickable: <clipb f=i,c,i>Copier cela dans le presse-papier</clipb>\\

{{:dev:clipboardutils:screenshot2.png?500|}} FIXME

Syntax

Basic syntax:

<clibp parameters>Text to copy in clipboard</clipb>