[dokuwiki] New PR: add events DIFF_RENDER and DIFF_TYPES to add new diff renderer via plugin

  • From: "peterfromearth" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 13 Nov 2021 19:43:53 +0100 (CET)

Hi,

peterfromearth opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/3547:

i would like to add a plugin which adds a new diff renderer using this external 
html renderer https://github.com/caxy/php-htmldiff

Therefore I need two more events

- `DIFF_TYPES` (used to add a new type to the dropdown list)
- `DIFF_RENDER` (used to output the new renderer)

You can find the plugin which uses the new events here 
https://github.com/peterfromearth/dokuwiki-plugin-htmldiff

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

a5a30ff0-44b1-11ec-9f1f-845167a2f7cf


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: add events DIFF_RENDER and DIFF_TYPES to add new diff renderer via plugin - peterfromearth