xref: /plugin/copy2clipboard/README.md (revision add2627846425327c4abbb076eaefa7578cde512)
14a476730SSchplurtz le Déboulonnécopy2clipboard Plugin for DokuWiki
24a476730SSchplurtz le Déboulonné
34a476730SSchplurtz le DéboulonnéAdd button to copy `<code>` and `<file>` content to clipboard.
44a476730SSchplurtz le Déboulonné
54a476730SSchplurtz le DéboulonnéAll documentation for this plugin can be found at
64a476730SSchplurtz le Déboulonnéhttps://github.com/schplurtz/dokuwiki-plugin-copy2clipboard
74a476730SSchplurtz le Déboulonné
84a476730SSchplurtz le DéboulonnéPlease refer to https://www.dokuwiki.org/plugins for additional info
94a476730SSchplurtz le Déboulonnéon how to install plugins in DokuWiki.
104a476730SSchplurtz le Déboulonné
114a476730SSchplurtz le Déboulonné----
124a476730SSchplurtz le Déboulonné
134a476730SSchplurtz le DéboulonnéResources I've used while trying to write this little piece of code. Without
144a476730SSchplurtz le Déboulonnéthem, I would not have been able to write this. I voted up the solutions when
154a476730SSchplurtz le Déboulonnéappropriate.
164a476730SSchplurtz le Déboulonné
174a476730SSchplurtz le Déboulonné*  https://codetonics.com/javascript/detect-document-ready/
184a476730SSchplurtz le Déboulonné*  https://www.dokuwiki.org/devel:jqueryfaq
194a476730SSchplurtz le Déboulonné*  https://flaviocopes.com/clipboard-api/ Thanks a million.
204a476730SSchplurtz le Déboulonné*  https://www.w3schools.com/jsref/prop_node_parentelement.asp
214a476730SSchplurtz le Déboulonné*  https://stackoverflow.com/a/35213639/1831273 innerText vs textContent
224a476730SSchplurtz le Déboulonné*  https://stackoverflow.com/a/10371757/1831273 innetText or textContent
234a476730SSchplurtz le Déboulonné*  https://www.w3schools.com/howto/howto_js_add_class.asp
244a476730SSchplurtz le Déboulonné*  https://stackoverflow.com/a/11701129/1831273 first child of given type
254a476730SSchplurtz le Déboulonné*  https://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/ a must read
264a476730SSchplurtz le Déboulonné*  https://css-tricks.com/position-sticky-2/
274a476730SSchplurtz le Déboulonné
284a476730SSchplurtz le Déboulonné----
29*add26278SSchplurtz le DéboulonnéCopyright (C) 2020, 2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>
304a476730SSchplurtz le Déboulonné
314a476730SSchplurtz le DéboulonnéThis program is free software; you can redistribute it and/or modify
32*add26278SSchplurtz le Déboulonnéit under the terms of the CECILL 2.1 free license. See files
33*add26278SSchplurtz le DéboulonnéLICENSE and LICENSE-fr for the details.
344a476730SSchplurtz le Déboulonné
35