[dokuwiki] Re: My first syntax plugin
- From: <U.Kirbach@xxxxxxxx>
- To: <dokuwiki@xxxxxxxxxxxxx>
- Date: Tue, 24 May 2005 13:47:18 +0200
Hello Christopher,
i have a little problem with your plugin.
a fold will be written as:
======== My folding section ========
This will be folded
by default
Right ?
But it is rendered by dokuwiki as heading level 1:
<a name="my_folding_section"></a><h1>== My folding section ==</h1>
<div class="level1">
<p>
This will be folded by default
</p>
</div>
Do i miss something or what is wrong here ?
Any help would be appreciated.
Mit freundlichen Grüßen
Uwe Kirbach
--
Uwe Kirbach
EnBW Service GmbH
Betrieb Enterprise Systeme und Infrastruktur
Systemmanagement Unix
Durlacher Allee 93
76131 Karlsruhe
Tel: +49 (0)721-63-14139
> -----Original Message-----
> From: dokuwiki-bounce@xxxxxxxxxxxxx
> [mailto:dokuwiki-bounce@xxxxxxxxxxxxx] On Behalf Of Christopher Stoll
> Sent: Sunday, May 22, 2005 6:59 AM
> To: dokuwiki@xxxxxxxxxxxxx
> Subject: [dokuwiki] My first syntax plugin
>
>
> Here is my first attempt at a syntax plugin, it is to add
> folding/collapsing section support. It is almost done, but I need
> ideas on how I can add a final </div> tag when there are no more
> sections to fold.
>
> -Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: My first syntax plugin
- From: Christopher Stoll
Other related posts:
- » [dokuwiki] My first syntax plugin
- » [dokuwiki] Re: My first syntax plugin
- » [dokuwiki] Re: My first syntax plugin
- » [dokuwiki] Re: My first syntax plugin
- [dokuwiki] Re: My first syntax plugin
- From: Christopher Stoll