Skip to content
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

wip: feat(impress): Add legacy export types #10149

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Minion3665
Copy link
Member

This patch exposes in online some rare export options that are available in core.

Notably, one of those "download" options is SVG, which poses a problem for how we currently handle slideshows: we need those not to download. We can mitigate this by using the attachment=0 query parameter for slideshows rather than blocking downloads for all SVGs.

TODO: This patch does not include icons for the new export action types.

TODO: We need to decide which of these should be on by default, and make it so.

TODO: We need to merge core patches so all the downloads we want are available.

TODO: We need to figure out if we want .swf, and if so what to do about the coreside (as it was removed from core in the past)

TODO: In presentations with videos, there seems to be something calling back to the server you downloaded from in SVG exports... this likely needs to be stripped.

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

This patch exposes in online some rare export options that are available
in core.

Notably, one of those "download" options is SVG, which poses a problem
for how we currently handle slideshows: we need those not to download.
We can mitigate this by using the attachment=0 query parameter for
slideshows rather than blocking downloads for all SVGs.

TODO: This patch does not include icons for the new export action types.

TODO: We need to decide which of these should be on by default, and make
it so.

TODO: We need to merge core patches so all the downloads we want are
available.

TODO: We need to figure out if we want .swf, and if so what to do about
the coreside (as it was removed from core in the past)

TODO: In presentations with videos, there seems to be something calling
back to the server you downloaded from in SVG exports... this likely
needs to be stripped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Review
Development

Successfully merging this pull request may close these issues.

1 participant