Enter Key Handler
— at Version 5
Every browser has it's own behavior when users press the [Enter] or [Shift]+[Enter] keys. The main problem with it is that they output completely different HTML.
Another important thing is that users want to customize the output produced by the editor to their own needs. Some want the editor to produce paragraph tags (<p>), while others prefer simple line breaks (<br>).
We are proposing a new system where the editor controls the enter key, overriding browser's actions (don't trust in browsers!).
Depends: #17, #18
Change History (5)
Description: |
modified (diff)
|
Description: |
modified (diff)
|