Amy J. Ko

Results 213 issues of 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.

defect
debt

We currently do no validation, so there's no feedback for why something isn't working.

defect

Expecting authors to know CSS is somewhat unreasonable. Let's make some widgets for these.

defect
feature

Pastes are currently plain text only. Support conversion from HTML.

defect
writing
feature

Operating systems increasingly have shortcuts or dedicated keys for entering symbols and emojis. The editor breaks these.

defect
writing

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.

defect

It should be placed on the newly created empty item after the first item.

defect

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.

defect
feature

There's no author-facing way to delete a book or edition currently. Eventually someone is going to ask for this.

defect
feature

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,...

defect
debt