dokufreaks / plugin-include

A DokuWiki plugin for including other wiki pages into the current one.
http://www.dokuwiki.org/plugin:include
GNU General Public License v2.0
62 stars 54 forks source link

collaboration tagfilter <-> include plugins? #294

Closed fjf2002 closed 11 months ago

fjf2002 commented 1 year ago

I would be interested to combine features of the tagfilter and include plugins as follows:

My plan would be,

  1. Expose the include plugin's render function via a helper class,
  2. Use it inside the tagfilter plugin. Refactoring is necessary.

Are you interested concerning your plugin? If so, I would elaborate deeper and make a pull request.

fjf2002 commented 1 year ago

cf. https://github.com/lisps/tagfilter/issues/25

fjf2002 commented 11 months ago

I can now solve this by modifying only the tagfilter plugin. close issue.