Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

twixlmedia/editor.js-fork

 
 

Repository files navigation

TWIXL Editor.js fork

1. UI/UX improvements:

  • Focus block while typing
  • Focus block on hover
  • Weird position of + icon
  • Drag and drop ordering
  • Modernize UI

2. System improvements

  • Unique IDs per block: needed to identify blocks for error messages
  • Allow container blocks (blocks containing other blocks)

3. Custom Block Types

3.1. Content Blocks

  • Buttons
  • Hyperlinks
    • Inline
    • Container (for instance for images...)
  • Images
    • Inline (with float options)
    • Block
  • Slider
  • Video
    • File
    • Youtube
    • Vimeo
  • RSS
  • Paragraph
  • Headers
  • Lists

3.2. Layout Blocks

  • Container
  • Columns
  • Heading
  • Footer

About

A block-styled editor with clean JSON output

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 88.1%
  • CSS 5.7%
  • HTML 5.1%
  • JavaScript 1.1%