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