Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
conf/ | 30-Nov-2023 | - | 11 | 10 | ||
LICENSE | D | 29-Nov-2023 | 17.7 KiB | 340 | 281 | |
README | D | 29-Nov-2023 | 1.3 KiB | 33 | 21 | |
action.php | D | 29-Nov-2023 | 12.8 KiB | 399 | 234 | |
plugin.info.txt | D | 29-Nov-2023 | 240 | 9 | 8 | |
script.js | D | 29-Nov-2023 | 10.3 KiB | 292 | 187 | |
style.css | D | 29-Nov-2023 | 3.5 KiB | 213 | 174 |
README
1highlight2wiki plugin for DokuWiki 2 3to highlight any article on the web 4 5All documentation for this plugin can be found at 6https://github.com/edwardcodelab/highlight2wiki 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/highlight2wiki/ - if the folder is called different it 10will not work! 11 12Please refer to http://www.dokuwiki.org/extensions for additional info 13on how to install extensions in DokuWiki. 14 15 16bookmarklet: 17javascript:Q=document.selection?document.selection.createRange().text:document.getSelection(); void(window.open(%27https://yourwebsite.com/dokuwiki/doku.php?do=highlight2wiki&te=%27+encodeURIComponent(Q)+%27&ur=%27+ encodeURIComponent(location.href)+%27%27,%27dokuwikiadd%27,%27scrollbars=yes,resizable=yes,toolbars=yes,status=yes%27)); 18 19 20---- 21Copyright (C) dodotori <dodotori@localhost> 22 23This program is free software; you can redistribute it and/or modify 24it under the terms of the GNU General Public License as published by 25the Free Software Foundation; version 2 of the License 26 27This program is distributed in the hope that it will be useful, 28but WITHOUT ANY WARRANTY; without even the implied warranty of 29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30GNU General Public License for more details. 31 32See the LICENSING file for details 33