Comme les mainteneurs de NextCloud Office n'ont pas prêté attention aux arguments contre leur décision d'utiliser Microsoft-OOXML comme format par défaut, j'ai fait une pull-request avec le code qui permet d'avoir le format OpenDocument par défaut :
https://github.com/nextcloud/richdocuments/pull/5516
Je vous encourage fortement à retooter, à voter et à commenter sous cette PR, qui sera plus difficile à ignorer qu'une issue « résolue ».

Edit : le mainteneur (décidemment nul en gestion de comm) a fermé la PR et redirigé les gens vers l’issue, qui elle reste ouverte aux votes et commentaires ↴
https://github.com/nextcloud/richdocuments/issues/4812#issuecomment-4129406883

Ping @tdforg @libreoffice @nextcloud

#NextCloud #RichDocuments #OpenDocument #microsoft #LogicielLibre #LibreOffice #souveraineté

fix(format): makes OpenDocument the default format by nojhan · Pull Request #5516 · nextcloud/richdocuments

This reverts commit 8b464b6 by setting "od[fp]" instead of "ooxml" as a default. Following several downvotes and arguments against making the Microsoft-controlled format OOXML a...

GitHub

Since the NextCloud Office maintainers have not taken into account the arguments against their decision to use Microsoft OOXML as the default format, I submitted a pull request with code that sets OpenDocument as the default format:
https://github.com/nextcloud/richdocuments/pull/5516
I strongly encourage you to retweet, upvote, and comment on this PR, which will be harder to ignore than a “resolved” issue.

Edit: The maintainer (who is clearly terrible at managing comm) has closed the PR and directed people to the issue, which remains open for votes and comments↴
https://github.com/nextcloud/richdocuments/issues/4812#issuecomment-4129406883

Ping @tdforg @libreoffice @nextcloud

#NextCloud #RichDocuments #OpenDocument #microsoft #FreeSoftware #LibreOffice #sovereign

fix(format): makes OpenDocument the default format by nojhan · Pull Request #5516 · nextcloud/richdocuments

This reverts commit 8b464b6 by setting "od[fp]" instead of "ooxml" as a default. Following several downvotes and arguments against making the Microsoft-controlled format OOXML a...

GitHub

Maintainers answered: they will not approve the feature and will stick to OOXML, because (imaginary, IMHO) users would "complain".

I think this is a big mistake, and that their very real (angry) users are going to actually complain.

@nojhan
Seems really a stupid move when the biggest European country just decided to avoid OOXML in favor of the previous default ODF.

Technically, it also stupid since the internal model of the document of the suite IS the previous ODF format so OOXML will be converted at input and output with loss of course.

@Beurt True. The code reflects that, it's full of workarounds for OOXML.