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

Create "Random Table" template plugin #58

Open bharbron opened 5 years ago

bharbron commented 5 years ago

Create a new template plugin for formatting tables as "Random Tables". You can see a mockup example at the bottom of the Templates screen. Basically, print each table entry on a single line. Only include the text for the table entry, not any template details. The number on the left of the table should be aggregating based on the weight of each item. Essentially, we're building a "you can roll dice against this" table.

For now, only need to implement the Preview, EditProperties, and EditMetadata for this plugin. (We have not implemented any finalization processors for any plugins yet.)