macmillanpublishers / htmlmaker_js

Repo for testing and finalizing htmlmaker javascript implementation
0 stars 1 forks source link

Read paragraph lists from external file #20

Closed nelliemckesson closed 7 years ago

nelliemckesson commented 7 years ago

Create a file to maintain the various paragraph lists in htmltohtmlbook.js. E.g., move the explicit lists of paras from line 34 to line 241 to a separate file, and then read that file into each array.

MacmillanWorkflows commented 7 years ago

➤ Nellie McKesson commented: Ultimately my goal is that we'll export this new file from the styles spreadsheet, based on new columns that list whether each style falls into one of these groups of paragraphs.

MacmillanWorkflows commented 7 years ago

➤ Matthew Retzer commented: I see, this makes a lot of sense! Is json your preferred way to store the lists?

MacmillanWorkflows commented 7 years ago

➤ Matthew Retzer commented: This is reviewed & deployed! Closing