Help

enum Help

Static help strings

  • Static help message for the file browser

    Declaration

    Swift

    static let fileBrowser =
    """
    If you select a folder, **Your Songs** will show your all the songs found in that folder and it subfolders and is searchable.
    """
  • Refer to the official ChordPro implementation

    Declaration

    Swift

    static let chordpro: String =
    """
    **ChordPro** is an open standard text format and its has its own [official reference implementation](https://www.chordpro.org/chordpro/chordpro-directives/).
    
    I contributed a lot to its [Open Source code](https://github.com/ChordPro/chordpro).
    
    While I hope you like **Chord Provider**, as *guitar player* or *macOS programmer*, it is just a hobby project for my own needs.
    
    Go [there](https://chordpro.org) for the full **Chordpro** experience.
    """