aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-25 18:57:09 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-25 18:57:09 -0500
commit33a5fad736daee03ca45281a438fc270279c056e (patch)
tree30030c7855e0794b818eec8bc9803839a2c47dd1 /docs/try.html
parent0859e3f02d360e2e865d95d20eb80607cafb1e1a (diff)
Add title text to various REPL things and simplify the try.html notes
Diffstat (limited to 'docs/try.html')
-rw-r--r--docs/try.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/try.html b/docs/try.html
index 2515f188..3fc040d4 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -22,8 +22,8 @@
<div class="highlight"></div>
<textarea class="code" rows="8" spellcheck="false" autofocus></textarea>
<div class="count"></div>
- <input class="run" type="submit" value="Run (or shift-enter)"/>
- <input class="doexplain" type="button" value="Explain"/>
+ <input class="run" type="submit" value="Run (or shift-enter)" title="(any modifier works actually)"/>
+ <input class="doexplain" type="button" value="Explain" title="Show a syntax breakdown with execution"/>
<a class="perm" href="#" title="Link with the code above embedded">permalink</a>
</div>
<div class="explain"></div>
@@ -31,10 +31,7 @@
<p>
Notes:
<ul>
- <li>Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li>
- <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Customize the prefix with the input at the right.</li>
- <li>Middle- or modified click on a primitive to go to its help page!</li>
- <li>Any modifier with enter will execute, not just shift.</li>
+ <li>The top bar has everything you need to know about BQN's special characters. Click to enter it, hover to see its name and the backslash combination you can type instead, and middle- or modified click to go to a help page.</li>
<li>The code window is vertically resizeable.</li>
</ul>
</p>