You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lexonomy_custom_editor/src/local.js

8 lines
213 B

var fs = require('fs');
var div = document.getElementById("app");
var editable = true;
var entry = {"content": fs.readFileSync('vsms1.xml', 'utf8')};
plugin_init(div, entry, editable);
plugin_render(div, entry);