bookish icon indicating copy to clipboard operation
bookish copied to clipboard

A simple framework for publishing online books.

Results 85 bookish issues
Sort by recently updated
recently updated
newest added

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

We need to automatically release the lease if it hasn't been renewed in a while to avoid stale locks.

defect
debt

We currently just say _that_ a chapter is locked, but not who has the lock or why input is ignored. This was a rush job and we need to finish...

defect
debt

All errors produced by Firebase interactions are swallowed by the book save status widget. Need to improve the clarity of the messages and make them available in the status UI.

defect