<div dir="ltr">Hello everyone, I am developing an application for owncloud that allows a user to launch a python script "in the cloud". <div>Since the user is allowed to edit the script to be launched, is there a way to call the internal text file editor from another application ?<div style>
Right now I create a link to /index.php/apps/files/download/path/to/file.py, but that link will just download the file.</div><div style>I tried to call from Javascript showFileEditor(dir,file), but that seems to work only in the files application.</div>
<div style>Is there a way to do this, aside of creating myself a <textarea> and a "Save" button in my application ?</div><div style>Thanks</div><div style>Marco</div></div></div>