Unskilledcrab / chain-generator

0 stars 0 forks source link

Output formatting #12

Open Unskilledcrab opened 7 months ago

Unskilledcrab commented 7 months ago

This will be a feature to format the output of the template (chain generator page)

Here you will be able to take the outputs of any of the widgets and put them in any order that you want

You will also be able to add any formatting. This should be raw html formatting.

Something like this:

<h1>World Generator</h1>

<h2>World Description</h2>

<div>{{World Description}}</div>

Ect..

We should use the following library

https://github.com/Blazored/TextEditor

Unskilledcrab commented 7 months ago

I tried to use the library but found it very restrictive and it would take more time to learn and integrate with it than to begin making this component ourselves