Support/plugins/extensions for editing text based file in browser? #324
Unanswered
shubhendumadhukar
asked this question in
Q&A
Replies: 1 comment
-
In theory it can be done in a way that upon "edit" button click
Filemanager |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using filemanager for one of my projects and it has been going great. I have some text based files on a remote server which I am able to access using filemanager in my browser. However, in order to edit the contents of the file, I have to download it, modify it and re-upload it.
I was wondering, if there are any available extensions/plugins that can be used with filemanager to facilitate this. Theoretically it seems simple enough to implement it. Editing a file can occur within a codemirror textarea inside a modal. I am not sure how the backend would work, but I do see great value in it. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions