Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Dokuwiki Renderer Plugin adding rendering facilities such as header numbering and TOC placement

License

Notifications You must be signed in to change notification settings

gerardnico/dokuwiki-renderer-rplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render Plus Plugin for DokuWiki

This repository is archived because the renderer has been integated into ComboStrap.

Old Description

Dokuwiki Rendering plugins that:

  • places a TOC after the first H1 header
  • numbers the headers
  • wrap the table element with Bootstrap class to make them responsive

This plugin is a complement to the Bootie Template.

See the Dokuwiki page of this plugin.

Installation

Install the plugin:

  • using the Plugin Manager and the download URL above, which points to latest version of the plugin.
  • or manually. See Plugins on how to install plugins manually.

Then go to the Configuration Setting: renderer_xhtml and choose "Renderer Plus".

Configuration

TOC (Table of Content)

In your template in order to get only one TOC, you need to call the function tpl_content with $prependTOC = false

<?php tpl_content($prependTOC = false) ?>

See the function definition: tpl_content

Release

2018-07-22

  • TOC are now managed in the admin section because TOC may be added to show content in a admin plugin (Warf ...) Example with the SQLLite plugin.
  • Improvement of the you-are-here (with an house icon)

2018-05-01

About

Dokuwiki Renderer Plugin adding rendering facilities such as header numbering and TOC placement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published