marcelreppi / moodle-buddy

Moodle Buddy is a browser plugin that offers mass download and notification functionality to the Moodle learning management platform
https://moodlebuddy.com
GNU Affero General Public License v3.0
40 stars 3 forks source link

Support for moodle books? #13

Open liutiming opened 3 years ago

liutiming commented 3 years ago

image Hi @marcelreppi

Not sure if you got time to look at this issue before, but some courses at my uni uses this moodle book format that is not supported by moodle buddy. Wondering if there is any solution for this?

Thanks!

marcelreppi commented 3 years ago

Hey @liutiming

I am not exactly sure how to support this. What should be downloadable on these book pages? I have never seen this format so I am not sure how to develop support for it and test it correctly.

liutiming commented 3 years ago

Thanks for the prompt reply! I think the following two resources should be relevant: What can I do to help? https://docs.moodle.org/310/en/Book_resource https://moodle.org/plugins/mod_book

marcelreppi commented 3 years ago

What would you want to be able to download? Only embedded PDFs, images and videos or also the actual content of the book resource? The latter part would be more difficult because I would have to somehow turn the webpage into a PDF or extract the text and make it downloadable. What did you have in mind?