openzim / node-libzim

Libzim binding for Node.js: read/write ZIM files in Javascript
https://www.npmjs.com/package/@openzim/libzim
GNU General Public License v3.0
27 stars 11 forks source link

Allow to write ZIM file without fulltext index #86

Closed kelson42 closed 1 year ago

kelson42 commented 1 year ago

This is at least needed for Phet Simulations.

kelson42 commented 1 year ago

@kelvinhammond Might that be already done in node-libzim 3.0.0?

kelson42 commented 1 year ago

The problem is that for the moment it seems there is only one shouldIndex parameter to ZimArticle. There is no global parameter and there is no way to differentiate the title index and the fulltext index.

kelson42 commented 1 year ago

Duplicate of #34 (my bad)