glensc / dokuwiki-plugin-pageredirect

Redirects page requests based on content
https://www.dokuwiki.org/plugin:pageredirect
19 stars 19 forks source link

[Feature request] Set show redirection on a per page basis #29

Open renardesque opened 7 years ago

renardesque commented 7 years ago

I like the default configuration that shows to the user the information that he has been redirected.

But I would like to be able to deactivate this information only on some pages. It would be nice if I could add that configuration override in the redirection syntax, something like ~~REDIRECT>namespace:pagename|notify:off~~

Thanks in advance if you implement it ! :)

glensc commented 7 years ago

syntax wise it would be better to have ~~SILENTREDIRECT>namespace:pagenamewith|charater, so don't have to parse specially and so that do not have to know what chars are allowed in page name alphabet.

renardesque commented 7 years ago

Agreed. What's the |character thing ?

renardesque commented 6 years ago

7 months later I understood your comment ^_^ still agree