You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to historical reasons, we use an ODS file to store press entries, which has several drawbacks. a) it's a binary file and not versioning friendly. b) it requires unoconv and libreoffice for conversion which is a pain to use on Mac. c) we don't really need all the features of ODS. plaintext is good enough.
Proposal: use csv instead.
The text was updated successfully, but these errors were encountered:
due to historical reasons, we use an ODS file to store press entries, which has several drawbacks. a) it's a binary file and not versioning friendly. b) it requires
unoconv
and libreoffice for conversion which is a pain to use on Mac. c) we don't really need all the features of ODS. plaintext is good enough.Proposal: use csv instead.
The text was updated successfully, but these errors were encountered: