dokuwiki-plugin-revealjs
dokuwiki-plugin-revealjs copied to clipboard
Reval.js plugin for dokuwiki
The call to `_addCall` in `syntax/header.php` fails on the current Dokuwiki master. This is an internal dokuwiki call which is no longer publicly exposed: ``` 05/Nov/2019:20:16:56 +0100 [ERROR 0 /]...
Hi there, would it be possible to have an option in the admin-menu to choose whether the notes are shown or not shown on the **wiki page**. Because sometimes it...
Before I used revealjs, I can set property 'firstseconly' in my wiki page,such as: {{page>demo&firstseconly}} But, Once I installed revealjs, it cann't, and it showed fullpage.
When I start the page with ``~~REVEAL~~``, the page meta does not have a title. I use nspages with -h1 option it cant render properly because pages don't have titles,.
When I enable this plugin, I'm losing some of my css styling. The reason is that the DokuWiki html is changed, with ``, level2, etc. disappearing. Maybe not an issue...
I would quite like to use the multiplex plugin. Is there any way to get it going? If so, I'd be happy to document and write a pull request.
If you want to allow user without edit rights to export revealjs slideshow to PDF follow this patch. In syntax/theme.php line ~100 Replace ``` ($this->getConf('user_can_edit') ? 'Print PDF' : '')....
Some may need a URL creator to include in dokuwiki pages, for example when the reveal export link should appear in another page than the reveal content page. A macro...
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...