You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, file actions from out of the box extensions can only have labels "Open in extension-name". I'm building an extension to provide some jupyter notebook features. The usecase requires adding 2 file actions to the filetype .ipynb. Is there a way to provide support for custom labels? Atleast the text after "Open in" will suffice.
Further note: There are usecases where a file (Eg. .doc) can be opened with Collabora or office 365 with ocis-wopiserver where this support might be helpful.
Steps to reproduce
Add 2 file actions to the appInfo object to the same extension. Like so -
A related discussion takes place in cs3org/reva#1779 - eventually, we'd like the web to query for the list of possible handlers (or AppProviders in Reva's parlance) of a given file and show a menu item for each of them, plus registering one of them as "default" for the response to the direct click.
Currently, file actions from out of the box extensions can only have labels "Open in
extension-name
". I'm building an extension to provide some jupyter notebook features. The usecase requires adding 2 file actions to the filetype.ipynb
. Is there a way to provide support for custom labels? Atleast the text after "Open in" will suffice.Further note: There are usecases where a file (Eg.
.doc
) can be opened with Collabora or office 365 with ocis-wopiserver where this support might be helpful.Steps to reproduce
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: