bharbron / hexbook-semantic

An Electron-React-Redux-Semantic-UI application for automatically generating a hexcrawl campaign notebook from random tables.
5 stars 3 forks source link

Separate template plugins into their own directory #54

Closed bharbron closed 5 years ago

bharbron commented 5 years ago

We should move all plugin templates out of src/components/templateplugins.js and into their own folder src/plugins/templates/. We should also make each template plugin type a separate file, e.g. index.js, randomtable.js, etc.

bharbron commented 5 years ago

Moved them to src/templateplugins/