Maybe some newbie question on this topic but I was looking at his https://mindmup.github.io/bootstrap-wysiwyg/ tool.
But I can't seem to find any descriptions how to integrate this? And since I don't have any experience with this kind of tools I am an bit stuck now. Adding the JS script and extra code does not to the trick, nothing shows up. Can someone help me out?
<div class="btn-toolbar" data-role="editor-toolbar"data-target="#editor"></div>
$(document).ready(function(){
$('#editor').wysiwyg();
});
Also I was wondering how is kind af data (markup and images) is stored in the DB and how to retrieve this again.
Any help is much appreciated.
I have opted for this WISWYG editor instead. Much easier to install and fewer know issues.