-
Notifications
You must be signed in to change notification settings - Fork 156
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
File viewer and editors #215
Comments
Random thoughts:
|
Also to discuss, providing a framework:
|
Like 'review' permissions - could be cool |
I don't see a way to integrate app driven/defined permissions to be handled in core. At least I did not have a clever idea .... |
also need to make sure file viewer works in public page |
There is a markdown editor in phoenix which shows how an editor can be integrated. closing for now |
Story:
Given a developer want to add an action to open a file in another tool
When the app code registers a file action for text files
Then the action shall be visible on text files
When a user executes the file action
Then app code is to be executed or a given url is to be opened (in another tab)
Tasks:
Like owncloud/core#13414.
Provide an extension point of some form where apps can register their own "file viewer" for different formats.
This will tie in somehow with the file actions
Please add input as we need to decide on the UX for this.
One proposal was to always have apps open their viewer in a separate page.
This also means the separate page needs to have some layout and styling from Phoenix.
@felixheidecke @DeepDiver1975 @tomneedham @pmaier1
The text was updated successfully, but these errors were encountered: