SrS2225a / custom_uploader

Custom Uploader is a simple, lightweight, and easy to use file uploader built using flutter for android devices that allows you to upload files to a file host of your choice.
MIT License
39 stars 2 forks source link

post notes into social networks? #10

Open rocky-III opened 4 months ago

rocky-III commented 4 months ago

Question

Thanks for this very useful app

i wonder if the custom_uploader could be also used to post / publish notes written by a local note taking app in to an online social network. Do you think this could be done? e.g. with joplin notes

https://github.com/laurent22/joplin/ https://joplinapp.org/

SrS2225a commented 4 months ago

Hello, currently uploading text by itself is not possible. You could however, upload the text as a file and it will still work just fine. It is possible, I will just need to create some wrapper that takes the text and converts it to a text file / bytes

rocky-III commented 4 months ago

It is possible, I will just need to create some wrapper that takes the text and converts it to a text file / bytes if you considering doing that it would be nice it this wrapper would also work with notes that contain images.