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
The current file picker is not useful, as the name nor the image in the case of images can be seen. I.E.
An option to use default system file picker can be useful, so that file name can be read or thumbnail can be used to select images.
The text was updated successfully, but these errors were encountered:
The problem is that many (as is most android devices i used eved) don't have any. So making this default is not an option.
if somebody starts with this, both file and folder selection is needed.
Sorry, something went wrong.
You could probably fire off the standard intent, and make sure that Markor is a receiver of that intent.
https://developer.android.com/guide/topics/providers/document-provider.html
That way, if you don't have a file picker, it will use Markor, otherwise, Android will ask the user.
@duckbrain Your suggestion requires #126 to be done first, where contributions are very welcome.
No branches or pull requests
The current file picker is not useful, as the name nor the image in the case of images can be seen.
![](https://camo.githubusercontent.com/4510475304531ea0eacd4922a0d8bbed872d35c80fbae594a08eb434ecb333b4/68747470733a2f2f692e696d6775722e636f6d2f6e58753544706a2e706e67)
I.E.
An option to use default system file picker can be useful, so that file name can be read or thumbnail can be used to select images.
The text was updated successfully, but these errors were encountered: