-
Notifications
You must be signed in to change notification settings - Fork 17
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
Optional callback to display information for currently highlighted file #166
Comments
Thanks for the ticket. It should be easy to implement, but I don't have time at the moment |
Hey, just to make sure I understood it correctly. |
I haven't thought too hard about what the best API would be, but what you suggested sounds good to me. |
I'm also working on another project at the moment, so I don't know when I'll get to it. If you have time to work on this, feel free to assign the issue to yourself. If I can work on it sooner, I will simply assign it to myself 👍 |
I took a shot at this with #170 |
Done with: #170 Thank you for the implementation! |
The host application might have the means to display more information for a highlighted file.
For example, I would like to display the MIME type for the currently highlighted file.
It could also be used for things like showing image previews in applications that deal with images, etc.
Optionally I could use it to display things like file size (#165) and other properties, but I think that would be a commonly wanted feature on its own, so I made a separate issue for it.
My current idea is that the callback ui could go into an optional right panel inside the picker window.
The text was updated successfully, but these errors were encountered: