-
Notifications
You must be signed in to change notification settings - Fork 109
Extend mimetypes for direct editing #1778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a30021e to
45e0393
Compare
| 'application/cmd', | ||
| 'application/x-empty', | ||
| 'application/x-msdos-program', | ||
| 'application/javascript', | ||
| 'application/json', | ||
| 'application/x-perl', | ||
| 'application/x-php', | ||
| 'application/x-tex', | ||
| 'application/xml', | ||
| 'application/yaml', | ||
| 'text/css', | ||
| 'text/csv', | ||
| 'text/html', | ||
| 'text/org', | ||
| 'text/x-c', | ||
| 'text/x-c++src', | ||
| 'text/x-h', | ||
| 'text/x-java-source', | ||
| 'text/x-ldif', | ||
| 'text/x-python', | ||
| 'text/x-shellscript', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we should rather move those to be the optional opener for direct editing. I assume a local code editor would be more suitable for mobile editing if present.
@tobiasKaminsky What is the behavior on mobile if there is no local editor, would it fall back to the optional ones then or are those really only used through the context menu options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not differentiate between optional and normal ones, if there is no local app.
if there is a local app and file is downloaded, it is used.
|
/rebase |
Signed-off-by: szaimen <[email protected]>
45e0393 to
8cdb2d2
Compare
|
/backport to stable22 |
Fix #1709
Signed-off-by: szaimen [email protected]