switching between Twine and Tweego - jackdarker/TwineTest GitHub Wiki

I write storys and code in texteditor. But to get an overview of the story, you might prefer the visual graph of Twine.
You can load an Tweego-compiled html into Twine and edit it there (only the passages, not the scripts).
You can recompile the html in Twine and even testrun it. But how do you get it back into your texteditor?

Use the decompile operation from commandline to convert the exported html from twine back into twee.
D:\Programs2\tweego>tweego -d -o story.twee export.html Please note that everything will be put into a single twee-file and you might grab the modified data from that one and paste it into your twee-files.