diff --git a/docs/editors/index.html b/docs/editors/index.html index c18e595c..c50a9251 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -7,7 +7,7 @@
Editor plugins and other tools for allowing BQN input are in this folder. Input always uses the layout shown here (want another?), 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.
Both the online REPL and CBQN support backslash input with no configuration required.
Beacon is a dedicated IDE designed for BQN.
This bookmarklet enables BQN input in any webpage in your browser.
This userscript highlights BQN code on GitHub. The highlighting library prism.js also supports BQN.
diff --git a/editors/README.md b/editors/README.md index 51af2949..f8962e4e 100644 --- a/editors/README.md +++ b/editors/README.md @@ -8,7 +8,7 @@ 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. +Both the online REPL and CBQN support backslash input with no configuration required. [Beacon](https://github.com/x86y/beacon) is **a dedicated IDE** designed for BQN.