ckeditor / ckeditor5-design

☠ Early discussions about CKEditor 5's architecture. Closed now. Go to https://github.com/ckeditor/ckeditor5 ☠
58 stars 12 forks source link

🚧 Planning: Iteration 4 #163

Open Reinmar opened 7 years ago

Reinmar commented 7 years ago

See also:


Planned in Iteration 4

Image Feature

We started working on the base image feature.

As a whole, the image feature (as you know it from CKEditor 4) is super big and we won't be able to squeeze it into one iteration. This is the minimum that we'd like to finish for 1.0.0:

  1. UX design,
  2. fake selections support,
  3. some kind of widget API (styling, basic behaviour),
  4. the base image feature (balloon to set alt+src, proper integration with fake selection and widgets),
  5. captioning (which requires nested editables support),
  6. alignment (also by dragging),
  7. drag and drop (which requires magicline interface).

In this iteration we plan to work on points 1-4.

Autoformat Feature

Create headings, lists and blockquotes by starting a line with e.g. "* ". Read more in https://github.com/ckeditor/ckeditor5-autoformat/issues/1.

Clipboard Support

Cause there's no RTE without pasting. Read more in https://github.com/ckeditor/ckeditor5/issues/342.

Other Things