ClementGre / PDF4Teachers

PDF editing software in large quantities. Designed for teachers, this app keeps recorded previous annotations, and offers features like marking scale, PDF conversion, vectorial drawing...
https://pdf4teachers.org/
Apache License 2.0
136 stars 17 forks source link

Allow subfolder file search when opening folder #66

Closed swirly closed 3 years ago

swirly commented 3 years ago

Foremost, thanks for the grat job.

Is your feature request related to a problem? Please describe. When you download moodle made assesment, you obtain a folder. In this folder, there is a subfolder for each pupil. The pdf can have the same name in each of these subfolderss.

Describe the solution you'd like Actually, opening a folder does not scan subfolder. Opening a folder should have an option for opening subfolders, making pdf4teachers compatible with moodle

Describe alternatives you've considered The alternative for me is to script this by myself in bash or python, adding the pupil name in front of pdf files. I can do that, but it's not that easy for a casual teacher.

ClementGre commented 3 years ago

I can easily add this feature for the next release.

There is multiple solutions :

I think the third is the best way to solve this, and the 4th should be a good alternative.

ClementGre commented 3 years ago

This feature has been addded : When opening a directory that contains pdf in sub-directory, the app will ask you if you want to open the files recursively.

image PS: this works too with sub-sub folders

- Clément G.

swirly commented 3 years ago

Great ! Thanks alot, now I can use it for moodle !