Adám
TopAnswers makes a big deal out of catering to each community's unique needs. Which features and integrations would we like here?
Top Answer
Adám
# ~~Language bar with input method(s)~~ DONE!
See [here](https://abrudz.github.io/lb/apl) — Source is [on GitHub](https://github.com/abrudz/lb/blob/master/lb.js).
We might not want to make the backtick keyboard on by default, as it does interfere with the entry of code in backticks, something that'll be frequent here, but maybe the bar can be visible and backtick keyboard can be enabled in one's preferences, or as a checkbox on the bar.

Answer #2
Adám
# ~~Custom fonts~~ DONE!
The current locked-down DejaVu Sans and DejaVu Sans Mono work well, but some people are attached to the whimsical public domain *APL385 Unicode* font. Could we provide this (and maybe [others](https://aplwiki.com/wiki/Fonts)) as options?
Answer #3
Adám
# Documentation integration
Would it be possible to onebox documentation links like
http://help.dyalog.com/17.1/#Language/Primitive%20Operators/At.htm
or maybe
http://help.dyalog.com/17.1/Content/Language/Primitive%20Operators/At.htm
to render like

Answer #4
Adám
# ~~TIO integration~~ DONE!
It'd be amazing to be able to type
```
⎕←⍳10
```
in chat and have a special user respond with
```
1 2 3 4 5 6 7 8 9 10
```
Alternatively, it could be made into a fiddle so one would write
`<>https://tio.run/...`
and be presented with a mini-TIO interface.
Answer #5
Adám
# APL Wiki integration
TopAnswers has Wikipedia integration. That's useful here too. But it'd be awesome to have the same integration of [APL Wiki](https://aplwiki.com) articles.