[dokuwiki] Re: need help with a syntax plugin
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 29 Dec 2005 10:38:49 +0000
Of course the simple option is actually method 2!
Chris Smith wrote:
Flavio Curti wrote:
Hello
I try to create a plugin for dokuwiki that describes the assignment of
rack-space to customers. My idea was to make it look like this:
======================================================================
method 2: if you don't allow any dokuwiki formatting within your
<rack>...</rack> tags use this as its the simplest
$this->Lexer->addSpecialPattern('<rack.*?</rack>', 'plugin_rack');
you need to then pull apart the intervening data and process it yourself
======================================================================
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] need help with a syntax plugin
- From: Flavio Curti
- [dokuwiki] Re: need help with a syntax plugin
- From: Chris Smith
Other related posts:
- » [dokuwiki] need help with a syntax plugin
- » [dokuwiki] Re: need help with a syntax plugin
- » [dokuwiki] Re: need help with a syntax plugin
Hello
I try to create a plugin for dokuwiki that describes the assignment of rack-space to customers. My idea was to make it look like this:
======================================================================
method 2: if you don't allow any dokuwiki formatting within your <rack>...</rack> tags use this as its the simplest
$this->Lexer->addSpecialPattern('<rack.*?</rack>', 'plugin_rack');you need to then pull apart the intervening data and process it yourself
======================================================================
-- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
- [dokuwiki] need help with a syntax plugin
- From: Flavio Curti
- [dokuwiki] Re: need help with a syntax plugin
- From: Chris Smith