私はEpicEditorを使用しています。以下は、epiceditor によって初期化するコードです。
var opts = {
container: 'epiceditor',
textarea: null,
theme: {
base: '/themes/base/epiceditor.css',
preview: '/themes/preview/github.css',
editor: '/themes/editor/epic-light.css'
},
basePath: '/epiceditor',
clientSideStorage: false
}
var editor = new EpicEditor(opts);
editor.load();
データベースから取得している値があり、epicedior に表示したいと考えています。私は epicEditor を初めて使用し、その方法がわかりません。誰かがこれについて私を助けることができます! EpicEditor のエキスパート!!!