-
Notifications
You must be signed in to change notification settings - Fork 462
✨(frontend) enable ODT export for documents #1524
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
Conversation
47a5216 to
5285d3b
Compare
59bacbd to
7cac499
Compare
|
Size Change: +388 kB (+10.56%) Total Size: 4.07 MB
|
|
🚀 Preview will be available at https://1524-docs.ppr-docs.beta.numerique.gouv.fr/ You can use the existing account with these credentials:
You can also create a new account if you want to. Once this Pull Request is merged, the preview will be destroyed. |
AntoLC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work well, bravo !
...end/apps/impress/src/features/docs/doc-export/inline-content-mapping/interlinkingLinkODT.tsx
Show resolved
Hide resolved
src/frontend/apps/impress/src/features/docs/doc-export/blocks-mapping/imageODT.tsx
Outdated
Show resolved
Hide resolved
| { | ||
| 'text:style-name': | ||
| block.props.textAlignment === 'center' | ||
| ? 'center' | ||
| : block.props.textAlignment === 'right' | ||
| ? 'right' | ||
| : 'left', | ||
| }, | ||
| React.createElement( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Images seems everytime centered, same with svg btw.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch !! fixed in a fixup !
7cac499 to
e0711a5
Compare
8bf8bfa to
45f247a
Compare
CHANGELOG.md
Outdated
| - ✨(frontend) create skeleton component for DocEditor #1491 | ||
| - ✨(frontend) add an EmojiPicker in the document tree and title #1381 | ||
| - ✨(frontend) ajustable left panel #1456 | ||
| - ✨(frontend) enable ODT export for documents #1524 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be under "Unreleased".
45f247a to
a896f17
Compare
provides ODT export with support for callout, upload, interlinking and tests Signed-off-by: Cyril <c.gromoff@gmail.com> ✨(frontend) add image and interlinking support for odt export Added image mapping with SVG conversion and clickable document links. Signed-off-by: Cyril <c.gromoff@gmail.com> ✅(e2e) add e2e tests for odt export and interlinking features covers odt document export and cross-section interlinking use cases Signed-off-by: Cyril <c.gromoff@gmail.com> ✨(odt) add generic helper and style callout block for odt export create odtRegisterParagraphStyleForBlock and apply background/padding styles Signed-off-by: Cyril <c.gromoff@gmail.com>
a896f17 to
3e410e3
Compare
Purpose
Make ODT export available, including support for necessary frontend blocks and features.
issue 487
exportODT.mov
Proposal