mai-youth / website-fe

Main website for MAI Youth.
MIT License
0 stars 1 forks source link

Implement a more interesting article editor #44

Closed salahusama closed 5 years ago

salahusama commented 5 years ago

So far, articles will only be text. Something like a HTML editor similar to Draft would be nice. That way the article would be stored in the DB in the form of HTML and we can just inject into the page.

This allows us to have bold text, line breaks, etc.

Adding images would be the next step.

salahusama commented 5 years ago

Lets also add a field for an article's color. This will be the color in the header bar. There is already a field for it in the BE