We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In toDownload array there is type of each content
Can you add a filter in UI something like below to pick which kind of content to be download?
//random github page [...new Set(toDownload.map(item=>item.type))] > (7) ['image', 'document', 'stylesheet', 'sm-stylesheet', 'sm-script', 'script', 'other']
The text was updated successfully, but these errors were encountered:
This is must have.
Sorry, something went wrong.
No branches or pull requests
In toDownload array there is type of each content
![image](https://user-images.githubusercontent.com/50175140/185531102-50d14dda-d208-4b00-bff8-3ba2255ad062.png)
Can you add a filter in UI something like below to pick which kind of content to be download?
The text was updated successfully, but these errors were encountered: