You are browsing as a guest. Sign up (or log in) to start making projects!

isworking

@isworking

Joined June 5th, 2026

  • 1Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

19m 15s logged

This is the first devlog of Athenaeum, or rather it’s core.

As of now, the library is more or less there.

  • It supports using a storage (such as FsStorage), and creating the files.
    -It supports importing from EPUB, as well as creating proper manifests.
  • It supports Content-Addressed objects (for non-chapter assets)
  • It supports cover images (they’re in the manifest, and they’re content-addressed)
  • It supports getting chapter titles from the chapters. It doesn’t work for all chapters, as all don’t have titles, so their filename/href becomes the title.
  • It supports most operations, including listing.

For now, I’ll be focusing on:

  • Adding delete() support to Storage and Library, for wherever it’s relevant.
  • Adding some more tests and error handling
  • Adding some optimizations
  • Stabilizing it
  • Creating a proper client

thanks,
rajdeep

0
0
1

Followers

Loading…