-
Notifications
You must be signed in to change notification settings - Fork 118
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
Impress: Make master slides import from templates folder available for use in the sidebar #4276
Comments
Very nice proposal. Some quick feedback/questions:
|
|
is that a typo or any reason to not have "presentation" or something like that? |
@juliusknorr Not a typo but we can use "presentation" or "impress" I guess |
Thanks
sure. I can update it to use "version" .
I have tested only with "otp" files as of now because they are the template files for impress. I will check and get back to you : ) |
Updated the JSON to use version
OTP and ODP files are supported. PPTX is not supported
Updated, we use "presentation" now : ) |
One follow up question, would it be fine for the version to be an alphanumeric string like an etag (e.g. 674dd5fddf389), that would be an actual identifier within Nextcloud that we can be sure to be updated once the file changes. |
Yes, it can be any string 🙂
…On Mon, 2 Dec, 2024, 9:41 pm Julius Knorr, ***@***.***> wrote:
One follow up question, would it be fine for the version to be an
alphanumeric string like an etag (e.g. 674dd5fddf389), that would be an
actual identifier within Nextcloud that we can be sure to be updated once
the file changes.
—
Reply to this email directly, view it on GitHub
<#4276 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGIGQLPUVM2V2OJRNB4Z4QT2DSBEZAVCNFSM6AAAAABSUSQBFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJRHE3TQNBTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Great, did a first implementation at #4300, with some todo left but will try to finish the next days |
One additional idea, we could actually consider exposing this endpoint as a .well-known url on the Nextcloud side. I wonder if we could make it easier for admins then if collabora could auto-discover the endpoint based on just an allowed wopi host. |
Is your feature request related to a problem? Please describe.
Import templates from nextcloud in "master slides" of Collabora Online's impress, similar to remote fonts
Describe the solution you'd like
We are adding a new
remote_asset_config.url
config in COOL with PR Improve impress templates CollaboraOnline/online#10463. This will work similarly toremote_font_config
This will be upgrade a from
remote_font_config.url
which was only designed for fonts butremote_asset_config
can take fonts, templates and can also be extended in the future if we want fetch other kind of assets.from the richdocuments' side I expect a new endpoint which can serve json which can have both fonts and impress presentation
templates
.json format would be
Additional context
remote_font_config
.The text was updated successfully, but these errors were encountered: