indexmenu icon indicating copy to clipboard operation
indexmenu copied to clipboard

Add sorting hook for dw2pdf plugin

Open annda opened this issue 4 months ago • 0 comments

Recent refactoring of dw2pdf has introduced a new event DW2PDF_NAMESPACEEXPORT_SORT.

This PR adds a simple sort function which sorts pages based on their indexmenu tag (indexmenu_n).

This sorting will only take place if dw2pdf receives parameter book_order=indexmenu or book_order=indexmenu_strict. In the strict mode, tags are required for PDF export and an exception will be thrown if one of the pages is missing a tag.

annda avatar Dec 02 '25 12:12 annda