Open Rash419 opened 2 days ago
Very nice proposal. Some quick feedback/questions:
@Rash419
"presnt"
is that a typo or any reason to not have "presentation" or something like that?
"presnt"
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
Very nice proposal. Some quick feedback/questions:
Thanks
* stamp is quite unintuitive naming imo, maybe call it version or etag or mtime which are more common names from my perspective
sure. I can update it to use "version" .
* It would just be regular odp files where the master slides are used then? Would otp files also be supported? How about pptx?
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 : )
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 https://github.com/CollaboraOnline/online/pull/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
For backward compatibility we have kept
remote_font_config
.I have created RemoteConfigServer for testing