Some modules for editor.js (codex team)
Source folder structure:
|-- apps
| |-- LoreCard.ts
| |-- LoreEditor.ts // copied from another project. Doing Nothing right now.
|-- fef.metro // Implementation based on metro
|-- modules // cards implementation
|-- tools // specified tools
|-- models
|-- ModelData.ts
|-- tools
|-- CommonUtility.ts
|-- LoreService.ts
|-- SVGConstants.ts // icons
|-- typings // typings for TypeScript
- the prefix
fef
means Front-end framework - TypeScript generates js file:
./js/lore-editor-codex.editor.js
- gulp generates minimized js file:
./js/lore-editor-codex.editor.min.js
- Write article with markdown: loggin lore.chuci.info
- View:
The editor lib: Editor.js under Apache 2.0 License
- Metro under MIT License
- cytoscape.js under MIT License
Cytoscape module: