This project is a collection of custom Webpack plugins used to build a DeckDeckGo presentation.
This Webpack plugin has for goal to convert your presentation written in Markdown to HTML including the DeckDeckGo tags and markers.
For the Markdown parsing itself, the remarkable parser is used under the hood. In the particular case of this plugin, it will be extended in order to enhance it with the following abilities:
- Parse all images with lazy loading support
- Allow the parsing of Ionic and DeckDeckGo html tags
This Webpack plugin is a simple plugin which has for goal to display some information after the build has completed.
This Webpack plugin has for goal to remove your notes from your presentation, notably useful when you will run a production build before publishing your presentation online.
MIT © David Dal Busco and Nicolas Mattia