indexmenu icon indicating copy to clipboard operation
indexmenu copied to clipboard

A dokuwiki plugin to show a customizable and sortable index for a namespace.

Results 70 indexmenu issues
Sort by recently updated
recently updated
newest added

Worked fine with PHP 8.1. Nothing was changed in the sidebar page. But suddenly this warning message is displayed 15 times. `Warning: Trying to access array offset on value of...

Implements #230 WORK IN PROGRESS. Still rough, could break or throw errors if I reshuffle stuff. Feedback welcome :-) Includes: - add Fancytree (there is option to switch between the...

Similar to https://github.com/samuelet/indexmenu/pull/111 but updated for IndexMenu 5.0 release.

This pull request contains some translation updates.

After Switch to PHP 8.1 PHP message: PHP Warning: Undefined array key 792 in /wiki/lib/plugins/indexmenu/syntax/indexmenu.php on line 637

Why not all folders show in the menu? I use `{{indexmenu>en:app:#2 |js#drktheme nopg hsort}}` folders are ``` en->App -> Home -> General -> Specifics -> Reference en->FAQ ``` Menu will...

Refactor the javascript code: - [ ] use only deferred loading, so remove all inline code that needs direct execution. (removal of old code if new code is tested enough,...

bug
enhancement

I created a page like this : `dokuwiki:team:application1:day2day:field1:subfield1:start` in this page : `{{indexmenu>.:#3|navbar js max#3#2 tsort msort}}` I created another page `dokuwiki:team:application1:day2day:field1:subfield1:test` Test page is not shown on start page,...

Hello, This is a patch that adds an option (```scorespace```) that will make indexmenu replace underscores in node names with spaces. Although Dokuwiki has the [useheading](https://www.dokuwiki.org/config:useheading) option, sometimes none of...

When nsort sorting option is switched on, namespaces and pages on the same index level are sorted together. I use it with msort option as well. Original behaviour sorted namespaces...