—- plugin —- description: Autosuggestion for links in texteditor author : lisps email : type : action lastupdate : 2021-10-19 compatible : Hogfather, Greebo, „Frusterick Manners“, „Elenor Of Tsort“, Detritus depends : conflicts : similar : tags : autocomplete, links, ajax
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
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Simpley type [[: into the texteditor and you will see a list with suggestions. Hit Enter and it will be applied.
What is supported:
If following Namespaces are available
ns:ns1:page1ns:pagepage0
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)Please create them as a GitHub Issue.
How to trigger autocomplete after hitting enter to applying a namespace?
Just hit STRG or SHIFT and the search will begin.