To integrate the editor into your website, use the following code:
<div id="lex_editor"></div>
<script src="https://tools.lexikonn.eu/lexedit/editor.js"></script>
* Make sure you set the correct ID lex_editor and the script URL.
editoreditorContenteditorContentTo ensure that the editor works correctly, you need to include Font Awesome for displaying the icons. Add the following link to the header of your page:
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">