diff options
| -rw-r--r-- | docs/editors/index.html | 1 | ||||
| -rw-r--r-- | docs/running.html | 2 | ||||
| -rw-r--r-- | editors/README.md | 2 | ||||
| -rw-r--r-- | running.md | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index c80288ba..07f44e36 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -8,6 +8,7 @@ <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://github.com/x86y/beacon">Beacon</a> is <strong>a dedicated IDE</strong> designed for BQN.</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/docs/running.html b/docs/running.html index cb54f53f..bef6ad18 100644 --- a/docs/running.html +++ b/docs/running.html @@ -38,7 +38,7 @@ </tr> </tbody> </table> -<p>For tools related to running BQN, see the <a href="editors/index.html">editor plugins</a> and <a href="https://mlochbaum.github.io/BQN/fonts.html">fonts page</a>.</p> +<p>For tools related to running BQN, see the <a href="editors/index.html">editor plugins</a> and <a href="https://mlochbaum.github.io/BQN/fonts.html">fonts page</a>. And <a href="https://github.com/x86y/beacon">Beacon</a> is an IDE just for BQN!</p> <p>All these websites run BQN, in your browser unless marked with "server-side" (JS is native Javascript; the Wasm engine is WebAssembly compiled from CBQN).</p> <table> <thead> diff --git a/editors/README.md b/editors/README.md index 3d1b3a82..db835a47 100644 --- a/editors/README.md +++ b/editors/README.md @@ -10,6 +10,8 @@ Editor plugins and other tools for allowing BQN input are in [this folder](https Both the online REPL and the REPLXX build of CBQN (`make REPLXX=1`) support backslash input with no configuration required. +[Beacon](https://github.com/x86y/beacon) is **a dedicated IDE** designed for BQN. + [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. @@ -13,7 +13,7 @@ Third-party packages are available for Windows and a few Linux distributions. Be | Nix | `cbqn` | Source/Binary | Guix | `cbqn` | Source/Binary -For tools related to running BQN, see the [editor plugins](editors/README.md) and [fonts page](https://mlochbaum.github.io/BQN/fonts.html). +For tools related to running BQN, see the [editor plugins](editors/README.md) and [fonts page](https://mlochbaum.github.io/BQN/fonts.html). And [Beacon](https://github.com/x86y/beacon) is an IDE just for BQN! All these websites run BQN, in your browser unless marked with "server-side" (JS is native Javascript; the Wasm engine is WebAssembly compiled from CBQN). |
