diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-11-24 07:58:12 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-11-24 07:58:12 -0500 |
| commit | 0bfe40cbd731ffd0f5f97ebb08f76560734f1c3b (patch) | |
| tree | 6f01557a47a52fd38133f8f90ad1a165f578bd0d | |
| parent | e7f09d54e76d61709763dcaf1b3081812d88fe46 (diff) | |
Mention REPLXX on the editors page
| -rw-r--r-- | docs/editors/index.html | 1 | ||||
| -rw-r--r-- | editors/README.md | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index 87420b95..c2b72593 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -7,6 +7,7 @@ <h1 id="editor-support"><a class="header" href="#editor-support">Editor support</a></h1> <style>.Comment,.Function,.Number,.String { color: inherit; }</style> <p>Editor plugins and other tools for allowing BQN input are in <a href="https://github.com/mlochbaum/BQN/tree/master/editors">this folder</a>. Input always uses the layout shown <a href="https://mlochbaum.github.io/BQN/keymap.html">here</a> (<a href="#alternate-layouts">want another?</a>), and is usually performed with a backslash <code><span class='Value'>\</span></code> prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice.</p> +<p>Both the online REPL and the REPLXX build of CBQN (<code><span class='Value'>make</span> <span class='Function'>REPLXX=</span><span class='Number'>1</span></code>) support backslash input with no configuration required.</p> <p><a href="https://abrudz.github.io/lb/bqn">This bookmarklet</a> enables BQN input in any webpage in your <strong>browser</strong>.</p> <p><a href="https://gist.github.com/dzaima/35ca0ce12b5e215a62460f00e693984f">This userscript</a> highlights BQN code on <strong>GitHub</strong>. The highlighting library <a href="https://prismjs.com/">prism.js</a> also supports BQN.</p> <p>For <strong>Android</strong>, <a href="https://github.com/dzaima/hackerskeyboard/releases/latest">this fork</a> adds APL and BQN to Hacker's Keyboard.</p> diff --git a/editors/README.md b/editors/README.md index 6b1ca14c..ce410ae5 100644 --- a/editors/README.md +++ b/editors/README.md @@ -8,6 +8,8 @@ Editor plugins and other tools for allowing BQN input are in [this folder](https://github.com/mlochbaum/BQN/tree/master/editors). Input always uses the layout shown [here](https://mlochbaum.github.io/BQN/keymap.html) ([want another?](#alternate-layouts)), and is usually performed with a backslash `\` prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice. +Both the online REPL and the REPLXX build of CBQN (`make REPLXX=1`) support backslash input with no configuration required. + [This bookmarklet](https://abrudz.github.io/lb/bqn) enables BQN input in any webpage in your **browser**. [This userscript](https://gist.github.com/dzaima/35ca0ce12b5e215a62460f00e693984f) highlights BQN code on **GitHub**. The highlighting library [prism.js](https://prismjs.com/) also supports BQN. |
