Randomly came across your comment. I'm writing a story in the Chapbook format and would prefer to do so in a text editor but didn't know Backstage was an option in that case. Is it possible as you seem to say here? Can you please explain how? I'm able to compile and build from twee files using VS Code, but I would love to know how to add the Backstage feature. Currently I'm using Twine even though I prefer a text editor, because Twine has the Test button/Backstage.
When I look, at my chapbook.html I have:
```
It looks like it needs a relatively small edit to the output file putting `options="debug"` in the `<tw-storydata>` seems to do it.
```
as the explanation so you would put the attribute `options="debug"` in the <tw-storydata> element. It's a bit of a manual fix, but it probably can be automated somewhat. There probably already is an options attribute. So just add the debug option.
Hey, folks. Sorry for the long silence. I ended up not needing Tee-Wee myself after all, so kinda set it aside. Been working on another thing, but once it's released I hope to pick up this baby again and give it a bit of a refresh, including access to the options field in metadata. Thanks for the patience!
Thanks for your reply! I'm not actually using Tee-Wee, but VS Code. That said, I was able to ask in the Twine discord and found out that there's a command line option for Tweego (the command line twee file compiler) that is "-t" (for "test") and that worked!
Your comment, even though it's specific to Tee-Wee, got me on the hunt for being able to use something other than Twine itself to see the debugging Backstage sidebar when testing my Chapbook game, so thanks again...