videlais / extwee

Extwee is a story compiler supporting Twine formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Twine 1 HTML

videlais opened this issue · comments

Extwee should support reading and writing Twine 1 HTML (as defined by Twine 1 documentation).

  • Add Twine1HTMLParser.js + tests.
  • Story has toTwine1HTML() method + tests.
  • Twine1HTMLWriter.js + tests