Skip to content

Commit

Permalink
fix: updated output to include proofing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodedrift committed Jan 3, 2020
1 parent d69312f commit 414b17e
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 54 deletions.
2 changes: 1 addition & 1 deletion dist/Twine2/Botscripten/format.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 17 additions & 2 deletions dist/botscripten.umd.js

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions examples/onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ <h1 id="ptitle" class="nav-title">onboarding</h1>
checked="checked"
/>show directives</label
>
<label
><input type="checkbox" name="proofing" id="proofing" />show
proofing</label
>
</nav>

<main role="main" class="container-fluid">
Expand Down Expand Up @@ -76,7 +80,8 @@ <h1 id="ptitle" class="nav-title">onboarding</h1>
</div>
</div>
</main>
<!-- UUID://DEC7B08C-8D6C-416E-A86D-180A53DBF339// --><tw-storydata name="onboarding" startnode="10" creator="Tweego" creator-version="2.0.0+089d4ca77e5b" ifid="DEC7B08C-8D6C-416E-A86D-180A53DBF339" zoom="1" format="TEST_Botscripten" format-version="0.5.0" options="" hidden><style role="stylesheet" id="twine-user-stylesheet" type="text/twine-css"></style><script role="script" id="twine-user-script" type="text/twine-javascript"></script><tw-tag name="wait" color="red"></tw-tag><tw-tag name="oneline" color="green"></tw-tag><tw-tag name="speaker-bot" color="purple"></tw-tag><tw-passagedata pid="1" name="Name Not OK" tags="speaker-bot" position="475,125" size="100,100">Okay, what name would you like me to use?
<twine>
<!-- UUID://DEC7B08C-8D6C-416E-A86D-180A53DBF339// --><tw-storydata name="onboarding" startnode="10" creator="Tweego" creator-version="2.0.0+089d4ca77e5b" ifid="DEC7B08C-8D6C-416E-A86D-180A53DBF339" zoom="1" format="TEST_Botscripten" format-version="0.5.0" options="" hidden><style role="stylesheet" id="twine-user-stylesheet" type="text/twine-css"></style><script role="script" id="twine-user-script" type="text/twine-javascript"></script><tw-tag name="wait" color="red"></tw-tag><tw-tag name="oneline" color="green"></tw-tag><tw-tag name="speaker-bot" color="purple"></tw-tag><tw-passagedata pid="1" name="Name Not OK" tags="speaker-bot" position="475,125" size="100,100">Okay, what name would you like me to use?

[[Enter Name]]</tw-passagedata><tw-passagedata pid="2" name="Confirm Email" tags="speaker-bot multiline" position="475,275" size="100,100">Ok. And the email {{which origin &quot;google-oauth2.+&quot; &quot;Google&quot; &quot;linkedin.+&quot; &quot;LinkedIn&quot; &quot;.*&quot; &quot;your email provider&quot;}} gave me is {{email}}.

Expand Down Expand Up @@ -159,6 +164,8 @@ <h1 id="ptitle" class="nav-title">onboarding</h1>

[[Next Steps]]</tw-passagedata><tw-passagedata pid="14" name="Enter Name" tags="" position="622,127" size="100,100">#@prompt firstName

[[Confirm Email]]</tw-passagedata></tw-storydata> <script src="http://localhost:3002/dist/botscripten.umd.js"></script>
[[Confirm Email]]</tw-passagedata></tw-storydata>
</twine>
<script src="http://localhost:3002/dist/botscripten.umd.js"></script>
</body>
</html>
Loading

0 comments on commit 414b17e

Please sign in to comment.