neuralyzer / dokuwiki-plugin-revealjs

Reval.js plugin for dokuwiki
16 stars 12 forks source link

Loosing plugins CSS #25

Open EricMaeker opened 6 years ago

EricMaeker commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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