-
Notifications
You must be signed in to change notification settings - Fork 116
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
Enable startPresentation parameter #4051
Comments
I am getting errors like the following screenshots when I try to append this to the URL. Any ideas? |
Collabora error fixed with CollaboraOnline/online#10198. |
I've done some research into how we could implement this in richdocuments. So far, this is my analysis and proposed solution: First, I tried to solve the problem of the With that being said, my proposed solution would be to register a file action on presentation files which would immediately open them in presentation mode. It's one more click to show the file action menu, and you couldn't, for example, simply share a link to a presentation which would open it automatically in presentation mode, but it would provide a cleaner solution in my opinion. Any thoughts or ideas which I haven't thought of? |
A quick option would be to check for the parameter on page load in PHP and pass it to the richdocuments frontend code as initial state or store it in the session if it needs to persist multiple page reloads due to redirects. Cleaner option would be if the files app could preserve url parameters somehow, but might be larger effort |
Collabora Online supports starting presentation with any presentation file, appending
?startPresentation=true
after file URL.https://sdk.collaboraonline.com/docs/advanced_integration.html?highlight=startpresentation#url-query-parameters.
But Nextcloud seems to remove the parameter from the url. Would be good to support this.
The text was updated successfully, but these errors were encountered: