Structured plain text representation of app

The PDF representation of the app serves these purposes already:

  • compact offline backup of the app
  • saving what the app looked like in a readable form
  • easier way to explain to others how the app works

In addition to the PDF representation of the app I would like a structured plain text representation of my app in either JSON or YAML, this has multiple uses:

  • easily diff two versions of the app
  • more readable with indentation (YAML preferred) (exporting pdf to plain text loses indentation)
  • machine readable in case I need to write a script to process things
  • avoid artifacts when converting the PDF from Adobe Acrobat (eg. “fi” and “fl” sequences have a weird representation in the “export to plain text” result)
Status Open
3 3 146
3 Comments
MultiTech
Gold 4
Gold 4

@Stephen_Ehmann this already exists:

Navigate to: Info>Properties>App Documentation

  • there is a hyperlink at the bottom of that section that will generate the exact thing you’re looking for.

3X_8_1_810b6e437d7e2a14862936d61b8cbfa2745ee23f.png

Stephen_Ehmann
Silver 1
Silver 1

thanks! That is most of it. It would be nice to have plain text in a structured data format like yaml/json. With the current output, I have to scrape it to get it into a plain text format.

I would like a feature to “Save as JSON” in addition to “Save as PDF”

Status changed to: Open
Pratyusha
Community Manager
Community Manager