I am in the process of updating my mobile app (storiedmyth.com) to add a "choose your path" piece which Twine is perfect for.
Our mobile app is built around books that have a certain number of characters per page. My developer is asking me to create each page as a separate passage for each page. We are then taking the HTML produced from twine and putting each page into a DB. Our cloud code will then call the pages of the book and lay them out in the mobile app
My question is how to handle the first part (Word to Twine). Most of my book is written and done in Word. I have to copy the document to another Word template that breaks out the pages and then paste those pages into individual passages in Twine which the developer then pulls. I can handle this to some extent but it's not really scalable. Is there some way to parse from word and then write passages into twine (Basically automate this).
Willing to pay for someone who is up for the effort (if it is doable)