-
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
files upload #508
Comments
Hello, Leon integrates into Android's standard sharing mechanism and is meant to clean shared text containing URLs. Cleaning files is not in the scope of Leon and probably will never be. While cleaning text-based files like CSV and Markdown should be relatively simple, cleaning of Powerpoint, Word, Excel etc. would mean Leon needs to be able to read those file formats. That would certainly go beyond the scope of Leon. |
can you re-open then but just for markdown and csv |
Well, I wrote "relatively simple" in comparison to proprietary file formats but that doesn't mean that cleaning of text-based files is simple to implement. Currently the whole internal logic and UI of Leon is based on cleaning text content that is shared via Android's Intent system, not text files. It would mean a significant rewrite of the internal logic and UI to support it. I will reopen the issue but I doubt I'll have time to work on this anytime soon. |
upload a file(s) and urlcleaner cleans all the links
e.g. csv file, powerpoint file, markdown file, etc.
The text was updated successfully, but these errors were encountered: