====== linksuggest Plugin ====== ---- plugin ---- description: Autosuggestion for links in texteditor author : lisps email : type : action lastupdate : 2023-10-07 compatible : Jack Jackrum, Igor, Hogfather, Greebo, Frusterick Manners, Elenor Of Tsort, Detritus depends : conflicts : similar : tags : autocomplete, links downloadurl: https://github.com/lisps/plugin-linksuggest/archive/master.zip bugtracker : https://github.com/lisps/plugin-linksuggest/issues sourcerepo : https://github.com/lisps/plugin-linksuggest/ donationurl: https://www.paypal.com/donate?hosted_button_id=M928B5EJTTGQE screenshot_img : https://raw.github.com/lisps/plugin-linksuggest/master/examples/example1.png ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== Simply type ''%%[[:%%'' into the text editor and you will see a list with suggestions. Hit Enter and it will be applied. {{https://raw.github.com/lisps/plugin-linksuggest/f5e2e9a0d1f6760265b8c5c37c426a03ac401008/examples/example2.gif?nolink}} **What is supported:**\\ If following Namespaces are available * ''ns:ns1:page1'' * ''ns:page'' * ''page0'' and user is on page ''ns:page'' Possible links to ''ns:ns1:page1'' are * ''%%[[ns:ns1:page1]]%%'' (absolute) * ''%%[[:ns:ns1:page1]]%%'' (explicite absolute) * ''%%[[.:ns1:page1]]%%'' (explicite relative) * ''%%[[..:ns:ns1:page1]]%%'' (relative, with backlink) ===== Development ===== === Change Log === * **2020-04-30** * media files are now supported (thanks to Vincent31Fr) * fix bug in css causing problems with other templates * **2014-02-18** * fix link handling * **2014-02-17** * Initial release === Known Bugs and Issues === === ToDo/Wish List === Please create them as a GitHub Issue. ===== FAQ ===== > How to trigger autocomplete after hitting enter to applying a namespace? Just hit ''STRG'' or ''SHIFT'' and the search will begin. ===== Discussion ===== There is currently an issue with using this plugin at the same time as the [[https://www.dokuwiki.org/plugin:fastwiki|fastwiki]] plugin that [[https://github.com/lisps/plugin-linksuggest/issues/14|multiple users have reported here]].