glensc / dokuwiki-plugin-pageredirect

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

Add references metadata #38

Closed alexdraconian closed 2 years ago

alexdraconian commented 2 years ago

Add redirection target as internal link in metadata, to giving hints to other plugins. (Such as backlinks, orphanswanted)

glensc commented 2 years ago

can you amend the commit with the same detailed description as pr title/body?

alexdraconian commented 2 years ago

Tried to re-commit and squash, but Github Desktop seems gone wrong... Sorry. At least last commit was pushed as intended.

glensc commented 2 years ago

no this is wrong. now you have three commits in the PR. see yourself the Commits tab.

you should git rebase -i and remove the superfluous commits. and then force push.

but since you created the PR from your master branch this will likely fail somewhere.

so maybe easier to create new branch and new pull request. rebase to remove superfluous commits or create from origin/master and cherry pick only fea72f00916e5d47aef0664a056bf01a72c27f76

glensc commented 2 years ago

replaced by https://github.com/glensc/dokuwiki-plugin-pageredirect/pull/39