MrBertie / pagequery

An all-in-one, multi-column page listing plugin for Dokuwiki
http://www.dokuwiki.org/plugin:pagequery
16 stars 19 forks source link

Add 'id=' option to headings for anchoring #39

Open floek opened 9 years ago

floek commented 9 years ago

Hi,

if there was a 'id' option at the heading of a groups I could reference directly to the grouped pages via anchoring.

inc/pagequery.php / line 172 may look like this:

$render .= '<h' . $level . ' style="' . $indent_style . '" id="' . $heading . '">' . $heading . '</h' . $level . '>' . DOKU_LF;

Maybe you could add this in upcoming versions.

Thnx,

Floek