Allows you to edit the content of previously created templates or designs, it does not have options to change the design.
https://franbarinstance.github.io/simple-html-editor/demo/agency/
https://franbarinstance.github.io/simple-landing-editor/landing/
Download your template from here https://startbootstrap.com/theme/agency or any other from here: https://github.com/StartBootstrap
Add this code at the end of index.html, immediately before /body:
<!-- ncsedt-implement:before -->
<div id="ncsedt-implement">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/FranBarInstance/simple-html-editor@1.0.1/simplehtmleditor.min.css">
<script src="https://cdn.jsdelivr.net/gh/FranBarInstance/simple-html-editor@1.0.1/simplehtmleditor.min.js"></script>
<script>
window.addEventListener('DOMContentLoaded', function () {
var editor = new ncSimpleHtmlEditor();
editor.start();
});
</script>
</div>
<!-- ncsedt-implement:end -->
When you finish editing your template click on save, you get an index.html file that you must replace with the one you downloaded with the template.
And that's it!
Go: https://github.com/FranBarInstance/simple-html-editor
MIT license