wd-editor wd-editor is a wikidot editor based on monaco-editor Install With CDN: <script src="https://www.jsdelivr.com/package/npm/wd-editor"></script> With npm: npm i wd-editor Api createEditor(element:HTMLElement) return {instance: monaco.editor.StandaloneCodeEditor} create editor.