dokuwiki-plugin-revealjs icon indicating copy to clipboard operation
dokuwiki-plugin-revealjs copied to clipboard

Loosing plugins CSS

Open EricMaeker opened this issue 7 years ago • 2 comments

Hi,

In export mode, the page does not include all dokuwiki plugins CSS files. This causes the improved pubmed plugin not to show its links... Can plugins CSS be included ?

Thanks Eric

EricMaeker avatar Oct 28 '17 14:10 EricMaeker

This code adds dokuwiki all CSS:

Add this to line 95-96

    <link rel="stylesheet" href="'.DOKU_BASE.'lib/exe/css.php?t='.rawurlencode($conf['template']).'">

EricMaeker avatar Oct 29 '17 09:10 EricMaeker

To avoid any code modification in case of CSS conflict, may be it will be confortable to include a new configurable option like includeDokuwikiCss...

EricMaeker avatar Oct 29 '17 09:10 EricMaeker