Hi,
I have the following requirements:
- Inline Edits. Multiple inline edit areas on the same page.
- Formatting. Only an ordered list allowed.
- Normalized. At least one item, no two consecutive blank items.
- Paste. Strips formatting; newlines become new <li> items; normalizes data.
- ctrl+v/shift+insert, chord-click (X WIndows), and context menu
- Submit. Data is POSTed as plain text (no HTML), delimited by \n.
- Callbacks. Function calls on events (shift+Enter, ctrl+s, blur).
- Footprint. Minified JavaScript cannot exceed ~20Kb (excluding jQuery).
- Undo/Redo. Nice to have ctrl-z/ctrl-y, not absolutely required.
This implies: no additional formatting, no dialogs, no internationalization, no help, no icons, very limited CSS, no tables, no source views, etc.
What would it take to make this happen with CKEditor?
Minified JavaScript cannot
Besides other issues, there's no way that you can minify CKEditor in 20kb except rewritting it to remove everything that you don't need.
Thanks for the note!
Thanks for the note!
I thought some work would be required to get the JavaScript down to such a tiny size.
With whom should I speak to persue these requirements?
Thank you!
If you have a license the
If you have a license the CKSource team could help you with this. Otherwise you have to do some experimenting. The app is Open Source.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!