leon icon indicating copy to clipboard operation
leon copied to clipboard

files upload

Open RustoMCSpit opened this issue 1 year ago • 3 comments

upload a file(s) and urlcleaner cleans all the links

e.g. csv file, powerpoint file, markdown file, etc.

RustoMCSpit avatar Nov 26 '24 00:11 RustoMCSpit

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.

svenjacobs avatar Nov 29 '24 16:11 svenjacobs

can you re-open then but just for markdown and csv

RustoMCSpit avatar Nov 29 '24 17:11 RustoMCSpit

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.

svenjacobs avatar Dec 02 '24 16:12 svenjacobs