citizenos / ep_image_upload

Add images to etherpad and upload them to Amazon S3
Other
9 stars 16 forks source link

Add support for HTML imports via jsdom (Etherpad v1.8.15) #49

Closed rhansen closed 2 years ago

rhansen commented 2 years ago

Etherpad v1.8.15 will replace cheerio with jsdom for HTML imports: https://github.com/ether/etherpad-lite/pull/4683

Update the content collector hook to support jsdom's slightly different API.

rhansen commented 2 years ago

Friendly ping @ilmartyrk.

ilmartyrk commented 2 years ago

Thanks @rhansen, sorry it took so long, I totally missed that.