ckeditor / ckeditor5-hackathon

CKEditor 5 Hackathon
Other
12 stars 4 forks source link

Suggestion mode #7

Open Reinmar opened 8 years ago

Reinmar commented 8 years ago

Implement a feature which behaves like suggestion mode in Google Docs. This means that:

Reinmar commented 8 years ago

I realised I will need this: https://github.com/ckeditor/ckeditor5-engine/issues/470

Reinmar commented 8 years ago

I've got initial implementation: https://github.com/ckeditor/ckeditor5-hackathon/compare/suggestion-mode. It's rough and doesn't support some cases (like deleting previously suggested text), but looks nice :).

Reinmar commented 8 years ago

Some screencasts:

The feature is limited to typing and delete (no support e.g. for marking style and format changes), but the piece I coded works very well. I know about one issue with selection (I left a comment in the code), but that's it :).

It's been a pleasure to work with the engine. 8h (or rather something like 6h) and I achieved something that really works, is stable and complete within its own scope. Great fun!