I’m working on an app which incorporates an existing simple text editor and has hooks available for load and save operations.
I’m not sure how best to implement the storage for this (together with some kind of directory listing UI to let users retrieve previously saved files). I was thinking of using the storage api, but I see reports of it being buggy at the moment? Would it be feasible to simply use a ‘long text’ column on a board instead?
My minimum requirement is for individual users to be able to store and retrieve their own work. An added bonus would be to offer some form of sharing (subject to permissions) between users, so that they could collaborate on files.
And a final, extra bonus would then be integration with Google Drive, etc., but that would be the cherry on top.
Any thoughts?