times / doctop

Like Tabletop.js — but for Google Docs!
65 stars 4 forks source link

Preserve section order #6

Open aendra-rininsland opened 9 years ago

aendra-rininsland commented 9 years ago

Currently the output is structured so as to use objects and not arrays. This means it can get out of order.

The solution is to make it populate an array instead, so the order in which each section appears is preserved.