Is there an iOS markdown editor that works with DTTG?

1Writer is also a nice option as far as Markdown editing goes and it also supports some nice automation. The real issue here seems to be with DTTG since there doesn’t seem to be a way of externally updating an existing document.

I could see two ways this could be implemented and add them here as a feature request / wish list :slight_smile:

  1. DTTG could act as a Storage Provider in iOS’ Document Picker. We could then open a document using the Storage Provider, edit and then save back to DTTG. Something akin to what Textastic does with Git2Go or Working Copy would be awesome! blach.io/2016/08/02/opening-git- … astic-6-2/

  2. Have a more robust URL scheme that would allow us to perform a roundtrip action such as export, edit then update. This last one would also resolve the issue of appending such what is requested here: Notes Append/Prepend as used in Drafts by Agile Tortoise