diff wouldn’t be any useful but it’ll still work
Comment on Is there a platform like github that isn't for code?
bufalo1973@piefed.social 6 days ago
Git is for text in general, not only for code. As long as it’s human readable (I don’t know if doc or odt files can be used), git can work with it.
hexagonwin@lemmy.today 5 days ago
rImITywR@lemmy.world 6 days ago
Much easier to keep the content in plain text as markdown/LaTeX/whatever markup language and then use pandoc or pdflatex to convert it to docx/odt/pdf/HTML/whatever as needed.
schnurrito@discuss.tchncs.de 5 days ago
There are ways to store office formats as single XML files, look up “flat XML ODF”. Those are more suitable for repos than ordinary zipped ODF or OOXML files.