我正在使用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();
我有一些从数据库中获取的价值,并想在史诗中展示。我是史诗编辑器的新手,不知道该怎么做。有人可以帮我解决这个问题!任何 EpicEditor 专家!!!