admin
January 8, 2018, 2:40pm
17
jskiba:
Can you jump to a different section within the current check list ?
I see the regular goto on the same section, and to link to an external check list but nothing talking about within the same checklist but different section
I have tried several different versions and every time I click the link it crashes the app.
I am trying to use:Jump to airspeeds
From my prior to runway for N5**L check list (stars indicate removed data)
I have also tried:
Jump to airspeeds
Review Air Speeds
Is it because that is a quick speed section ???
You can jump anywhere…this post has the instructions…
We added an example of the internal linking in a checklist in the Featured (Snippets) section on the home page. You can add the Branching Emergency Snippet to your My Checklists and then check out the source in the editor. That is a very advanced example of linking.
For a simple link inside a checklist you would add an ID value to the List, Section or Item and then use this syntax within Label 1 or Label 2…
[Jump to Postflight](gotoAndReturn:#postflight)
That will also popup the history dialo…
You need to put an ID on where you want to jump to, and then would use command:
[Jump to airspeeds](gotoAndReturn:#id-to-jump-to)
You need to make sure to fill in the ID field of where you want to jump to. The Label field is just the visual label, the ID is what you fill in to link to.