====== SelectionSearch Plugin ====== ---- plugin ---- description: Easily search for selected text on wiki pages author : movatica email : c0d3@movatica.com type : action lastupdate : 2023-10-06 compatible : Jack Jackrum depends : conflicts : similar : tags : button search tooltip downloadurl: https://github.com/movatica/dokuwiki-selectionsearch/releases/download/2023-10-06/dokuwiki_selectionsearch_release-2023-10-06.zip bugtracker : https://github.com/movatica/dokuwiki-selectionsearch/issues sourcerepo : https://github.com/movatica/dokuwiki-selectionsearch/ donationurl: screenshot_img: https://github.com/movatica/dokuwiki-selectionsearch/blob/main/images/selection.png?raw=true ---- ===== Installation ===== Install the plugin using the [[plugin:extension|Extension Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:plugin_installation_instructions|Plugin Installation Instructions]] on how to install plugins manually. ===== Usage ===== Once installed, the plugin will add a popup to all wiki pages. Whenever the user selects some text, a popup with a looking glas appears. Clicking on that popup will launch a wiki search for the selected text. ===== Configuration and Settings ===== ^ Name ^ Default ^ | Minimal length of the selection | 3 | | Actions where the tooltip is activated | ''search,show'' | | Open search in new tab or window | yes | ===== Change Log ===== * 2023-10-06 * Added setting to configure the link target (new or same window/tab) * Made tooltip use the border color from the current theme * Use DokuWiki versioning by date instead of Semantic Versioning * Minor code improvements * 2023-09-27 **v1.1.0** * Added setting to configure on which actions the tooltip is visible * Fix syntax error in script that prevented the plugin from working properly * 2023-08-14 **v1.0.1** * Reduced code size by removing the unnecessary div tag * Improved tooltip layout and size * Use translated Alt text * 2023-08-14 **v1.0.0** * Initial release