ingrammicro / puzzle-publisher

A Sketch plugin that exports Sketch artboards into clickable HTML file and publishes it on an external site.
GNU General Public License v3.0
174 stars 19 forks source link

[Feature Request] Arrow keys / buttons navigation #14

Open zandermax opened 4 years ago

zandermax commented 4 years ago

Despite how many issues I am creating, I want to let you know that this plugin is awesome. I will also be willing to help if I can, I am actually a developer who is just getting in to UX design.

The arrow keys / buttons navigate through the artboards sequentially, but for me and the people I share prototypes with it would be more useful if it went in order of navigation. Not sure if this is possible without a data structure (stack) to know where you have navigated previously, but at least having this option would surely be beneficial to people who use this.

*Note that if this becomes an option for navigation, it may fix the other issue I created regarding modals and navigation ( #13 ).

MaxBazarov commented 4 years ago

It's not easy to build a navigation tree and transform to plain left-to-right sequency. It many cases a even an author can't tell how to order all pages from left to right.

I know the only one valid way — place all artboards on pages in a valid left-to-right order to allow Publisher follow it.

Any ideas are welcome.