Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

History

History

webpack

npm license

DeckDeckGo - Webpack Plugins

This project is a collection of custom Webpack plugins used to build aDeckDeckGopresentation.

Table of contents

Webpack Markdown Plugin

This Webpack plugin has for goal to convert your presentation written in Markdown to HTML including theDeckDeckGotags and markers.

For the Markdown parsing itself, theremarkableparser 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:

  1. Parse all images withlazy loadingsupport
  2. Allow the parsing ofIonicandDeckDeckGohtml tags

Webpack Info Plugin

This Webpack plugin is a simple plugin which has for goal to display some information after the build has completed.

Webpack Notes Plugin

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.

License

MIT ©David Dal BuscoandNicolas Mattia