Comment on Is there a platform like github that isn't for code?
rImITywR@lemmy.world 6 days agoI don’t know if doc or odt files can be used
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.