Simple
Basic usage
Only strong (bold), emphasis (italic), some align, image and link.
Colllect — See more at http://colllect.io
The code
$('#editor').trumbowyg({
btns: [
['strong', 'em'],
['justifyLeft', 'justifyCenter'],
['insertImage', 'link']
]
});
Setup
In head tag
At the end of body
<!-- Import jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>