bookish
bookish copied to clipboard
A simple framework for publishing online books.
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,...
We need to automatically release the lease if it hasn't been renewed in a while to avoid stale locks.
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...
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.