Good to have you back, nick!
I have a small request: could you please add the "Notes" field to the XML import and export of dive sites? And perhaps also the "Altitude" field? These are the only 2 editable fields that can not be imported or exported.
I have a fairly extensive list of dive sites in XML format that I would love to import. Currently, my XML contains an `altitude` and a `notes` field, but they are not being imported of course.
Code: Select all
  <site>
    ...
    <altitude>1000</altitude>
    <notes><![CDATA[
      Description goes here
    ]]></notes>
  </site>