[dokuwiki] Re: Sample Syntax Plugin without Effect

  • From: Klap in <klapinklapin@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 22 Mar 2021 23:01:51 +0100

Op ma 22 mrt. 2021 om 21:02 schreef David Michaelis <
dmarc-noreply@xxxxxxxxxxxxx>



class syntax_plugin_testbutton extends DokuWiki_Syntax_Plugin {
    function getType() {
        return 'substitution';
    }




Once a typo was made, and up to today you have to use

‘substition' instead of ‘substitution'

Further, I have not checked your code yet.

Other related posts: