Plita is a plain text editor for iOS. It is a fork of Textor, a previous app which has now been withdrawn from the AppStore. While adding some new functionality to a couple of other of my apps (Heartfeed, an RSS reader, and CSV Touch, a CSV visualiser) I needed a simple straightforward text editor on iOS which supported cloud drives such as iCloud, Dropbox, etc. Hence, I decided to fork Textor and put it up on the store.
Open Plita.xcodeproj
, change the bundle identifier to an identifier linked to your Apple developer account in order to run. Build using the Plita
scheme.
The files shown in Plita are the same one as those shown in the iOS Files app, i.e. files provided by any configured cloud drive providers. Just open a text file, edit, and save. Note that editing is done in place, i.e. saving will replace the contents of the original file.
Plita is running 100% on your iOS device so no data whatsoever is collected from the client by the app. What the various cloud services does with the files you save is of course up to them.
This project is available under the MIT license. See the LICENSE file for more info.