Skip to content
New issue

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

Make it possible to filter files by wildcard, eg "*.jpg" #56

Closed
mherrmann opened this issue Mar 21, 2017 · 5 comments
Closed

Make it possible to filter files by wildcard, eg "*.jpg" #56

mherrmann opened this issue Mar 21, 2017 · 5 comments

Comments

@mherrmann
Copy link
Contributor

No description provided.

@oskretc
Copy link

oskretc commented Apr 9, 2018

+1

@mherrmann
Copy link
Contributor Author

Implemented in fman 1.3.1. 🎉

@keith-hall
Copy link

Is this new filtering functionality exposed in the API at all? I had a quick look but couldn't find it anywhere. I'd like to be able to filter by multiple wildcards, e.g. *.jpg|*.png and have a plugin that would allow me to quickly use predefined filters for all "picture files" etc. Also, if it were part of the API, #73 could be implemented by a plugin.

@mherrmann
Copy link
Contributor Author

It's currently not part of the API. For a discussion, please see here.

@mherrmann
Copy link
Contributor Author

To be more precise regarding your specific question: I hope the current DirectoryPane#_add_filter(...) mentioned in the comment could be made part of the public API and let you do what you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants