DEV Community

I have HTML templates my team uses, can I build a WYSIWYG over the top? How do I inject content into the body of a HTML template

Alex Antra on July 14, 2019

Not exactly webdev, but I've built a HTML/CSS template that my team drops into reporting dashboards we create. Because I thought HTML was very eas...
Collapse
 
shrysr profile image
Shreyas Ragavan • Edited

A shiny app could be explored, though it may not be the best way and you would need to know R. A simple proof of concept could be built using flexdashboard, which is based on rmarkdown. Perhaps combine this with something like tooltip.io/

Collapse
 
rnrnshn profile image
Olimpio

This is interesting...

Collapse
 
mszauer profile image
Martin Szauer

It sounds like something a headless CMS and a markdown file generator would be suited for.