tunaltd / codex-editor-modules

Some modules for editor.js (codex team)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codex-editor-modules

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

Explaination

  • 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

Demo

  • Write article with markdown: loggin lore.chuci.info
  • View:

Editor

The editor lib: Editor.js under Apache 2.0 License

Common

[archived]

Cytoscape module:

About

Some modules for editor.js (codex team)

License:MIT License


Languages

Language:TypeScript 62.0%Language:JavaScript 38.0%