lisps / plugin-linksuggest

Dokuwiki Plugin
https://www.dokuwiki.org/plugin:linksuggest
GNU General Public License v2.0
8 stars 3 forks source link

Option to disable appended header at end of generated suggestion #8

Closed Anonymous215025 closed 11 months ago

Anonymous215025 commented 4 years ago

When a link is suggested and used, it appends the header at the end:

[[furniture:wooden_desk|Wooden Desk]].

This can be problematic because if you rename it in the page itself, the appended header does not change.

[[furniture:oak_desk|Wooden Desk]].

This is already solved by DokuWiki's ability to set UseHeading for every single link and is dynamic. Having the option to toggle between enabling and disabling appending header in LinkSuggest in the admin config settings would be nice.