richsmith / sexytopo

The SexyTopo cave surveying app for Android
GNU General Public License v3.0
31 stars 14 forks source link

Current Trip export to Therion .th formatting #98

Closed CaverBruce closed 5 years ago

CaverBruce commented 5 years ago

Just a very minor quibble regarding 'Current Trip' formatting... Currently it places the current trip comment as a separated 'block' of text prior to the main 'current trip' metadata.

    centreline

        # survey camp leval

        date 2019.06.14
        team "Joe Holden" notes
        team "Joe Mutton" instruments

I would prefer if it were formatted to be clearly related to the 'current trip' metadata, like this;

    centreline

        date 2019.06.14
        # survey camp leval
        team "Joe Holden" notes
        team "Joe Mutton" instruments

or like this;

    centreline

        date 2019.06.14
        team "Joe Holden" notes
        team "Joe Mutton" instruments
        # survey camp leval
richsmith commented 5 years ago

Fixed in forthcoming 1.3.4.