diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-03 15:21:14 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-03 15:21:14 -0500 |
| commit | c2638f5bfe186cd94c4d25d9ac30c10851e18046 (patch) | |
| tree | 6325d4e494f1a36e8a6376a1b065f90c36a44289 | |
| parent | 5190a3ecdc5768b88b40973845f184966f6744d7 (diff) | |
BQN Pythonista (iOS) keyboard
| -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 c2b72593..c80288ba 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -11,6 +11,7 @@ <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> +<p>For <strong>iPhone</strong>, <a href="https://github.com/gitonthescene/APLKeyboard">this repository</a> includes a BQN keyboard for the Pythonista IDE.</p> <p>The file <a href="https://github.com/mlochbaum/BQN/blob/master/editors/inputrc">inputrc</a> can be copied or appended to <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.inputrc</span></code> to enable backslash input in <strong>bash</strong>, BQN with <strong>rlwrap</strong>, and other software that uses GNU Readline.</p> <p>Support for other editors, OSes, or workflows will be gladly accepted!</p> <h2 id="system-wide"><a class="header" href="#system-wide">System-wide</a></h2> diff --git a/editors/README.md b/editors/README.md index ce410ae5..3d1b3a82 100644 --- a/editors/README.md +++ b/editors/README.md @@ -16,6 +16,8 @@ Both the online REPL and the REPLXX build of CBQN (`make REPLXX=1`) support back For **Android**, [this fork](https://github.com/dzaima/hackerskeyboard/releases/latest) adds APL and BQN to Hacker's Keyboard. +For **iPhone**, [this repository](https://github.com/gitonthescene/APLKeyboard) includes a BQN keyboard for the Pythonista IDE. + The file [inputrc](https://github.com/mlochbaum/BQN/blob/master/editors/inputrc) can be copied or appended to `~/.inputrc` to enable backslash input in **bash**, BQN with **rlwrap**, and other software that uses GNU Readline. Support for other editors, OSes, or workflows will be gladly accepted! |
