files upload
upload a file(s) and urlcleaner cleans all the links
e.g. csv file, powerpoint file, markdown file, etc.
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.