bookish
bookish copied to clipboard
A simple framework for publishing online books.
We currently just increment numbers, but an author might want to be able to give more precise numbers. They are just text, after all.
Firebase provides extremely limited support for customizing authentication emails to prevent spam. It would be nice to have more consistent tone and content.
On the sentence level. Click or tap on a sentence and highlight to comment. These will be stored in localStorage, with a warning that they'll only be saved on the...
Hi Amy! Wondering how hard it might be to redesign the Search feature in your book (I've been reading Critically Conscious Computing) so the UX is more intuitive. Right now,...
We're currently limited to word break separated exact match words. We should support: * Plurals * Phrases that span multiple words * Phrases that span sentence boundaries
How can we support archiving of books? Partner with traditional publishers, libraries, Google Books?
The dictionary approach would be ideal, but we could also do something simpler like a uniqueness heuristic on anything that only appears once, plus a custom dictionary per book to...
At some point, if books get popular enough, we will have requests for translations. Should implement this as a complete duplication of a book, or embedded within a book, to...
We have basic support for printing, but browsers render highly different things and the results are often ugly typographically. Dig into `@media print` and see what's possible.