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

Update EditMetadata for Index plugin so it displays lines using the selected formatting #51

Open bharbron opened 5 years ago

bharbron commented 5 years ago

Currently the EditMetadata component of the Index template plugin displays the entryDetails part of the metadata as a <List> component.

To make this easier to understand the effects of selecting different formatting options, update this so it displays each line using the actual, selected formatting option for that line, i.e. <h1>, <h2>, <p>, etc.