Add support for notes
EteSync now supports notes with the etesync notes format. The format is not yet specific on the docs website (but I can do it if needed), though it's already shaping up nicely and is used by users!
I asked @mcrha and actually it seems to be quite easy to add support for it, it's mostly a matter of using ecb_webdav_notes_new_icomp()
to convert to a vjournal object for evolution, and then the opposite call on the other direction. We would probably also need to map vjournal categories to etesync labels, but that should be trivial.
This is a nice dream for the future, though not urgent. :)