I'll probably have this added to the BQN website's editor support page. It'll probably be less confusing if the page people are sent to doesn't have information on random, semi-related stuff. Change-Id: I75e03afea1362e022923ef8781b35113bf26b2e9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13116 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
14 lines
450 B
Markdown
14 lines
450 B
Markdown
# //users/sterni/acme
|
|
|
|
Utilities and configurations related to the [acme][] text editor
|
|
from [Plan 9][].
|
|
|
|
## mkbqnkeyboard.bqn
|
|
|
|
Script to generate Plan 9 `/lib/keyboard` entries providing compose
|
|
sequences for the Unicode characters used by [BQN][]. For usage
|
|
instructions, refer to [its own documentation](./mkbqnkeyboard.md).
|
|
|
|
[acme]: https://9p.io/sys/doc/acme/acme.pdf
|
|
[Plan 9]: https://p9f.org/about.html
|
|
[BQN]: https://mlochbaum.github.io/BQN/
|