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

There needs to be some way for site admins to see all books to support troubleshooting and feedback. This is currently locked down by firebase rules. Add an `admin` user...

defect
debt

I've only written a few lazy tests. Let's get 100% coverage.

defect
debt

For a reader bingeing the book, they'd have to use the navigation menu at the top left to go to the next chapter. It's quite far from the last word...

defect
reading
feature

There's currently no testing infrastructure, which is a big risk.

defect
debt

Need a repeatable way to test across common browsers.

defect
debt

The code `\`applications_file\`` produces the error `Error: Unclosed \`Error: Unclosed _Error: Unclosed \`` I think the issue is that there are two unclosed formatting symbols, but it's not clear there...

defect
writing

Google's not likely to go down, but this may be more performant as it results in fewer requests.

debt

We should snapshot chapter text versions in the database. This will have several benefits: * Allow authors to recover text from the past * Allow authors to see what has...

writing
feature

Different authors may want different caching defaults. We could have these be part of a book's configuration and then set them in the headers in `getEdition`.

feature

It currently just lists an object, but should list all possible theme fields.

defect
debt