Amy J. Ko
Amy J. Ko
We need to do some comprehensive feature detection and polyfills to avoid borking during reading or writing. Check http://polyfill.io/ implement some checks.
We currently do no validation, so there's no feedback for why something isn't working.
Expecting authors to know CSS is somewhat unreasonable. Let's make some widgets for these.
Pastes are currently plain text only. Support conversion from HTML.
Operating systems increasingly have shortcuts or dedicated keys for entering symbols and emojis. The editor breaks these.
Support for accents on characters is basically broken, since we circumvent normal text editing. Need an accessible way to build on the OS support for entering these.
It should be placed on the newly created empty item after the first item.
These two commands are currently just ignored. Formatting as paragraph undoes the whole list's formatting. Pressing backspace merges the item into the previous item.
There's no author-facing way to delete a book or edition currently. Eventually someone is going to ask for this.
Throughout the editor, we check whether nodes are editable based on their type. This logic is repeated everywhere rather than being encapsulated consistently. Find all of these and eliminate them,...