danny0838 / webscrapbook

A browser extension that captures web pages to local device or backend server for future retrieval, organization, annotation, and edit. This project inherits from legacy Firefox add-on ScrapBook X.
Mozilla Public License 2.0
850 stars 118 forks source link

adopt `.maff` file format of the Firefox MAF addon (with separate folder for html resources) #346

Closed chrizilla closed 1 year ago

chrizilla commented 1 year ago

Would you be willing to adopt the .maff file format of the Firefox MAF addon ?

The MAF addon created .maff files with this structure:

... whereas WebScrapBook creates .maff files with this structure:

So index.html and index.rdf are mixed together with dozens of other html resources (fonts, images, css, etc.). This is pretty chaotic.

Would you be willing to adopt the much cleaner structure above ?

danny0838 commented 1 year ago

Similar to #185, which is complicated to implement and is unlikely for now.