Aggregation editor improvements
settings for the following:
- Turn off auto-pairs (some people really are not used to typing with it)
- Vim keybinds (somewhat joking, but also not)
- View full documentation within Compass.
- Currently it seems the website manual is the only place to view documentation, being able to see it within Compass would be helpful
- Quick reference for operators / expressions
- Font settings (increase, boldness, change font).
Really just turning off auto-closing brackets would be great.
-
Connor commented
Compass uses the Code Mirror editor (I think). The Code Mirror maintainers point to https://github.com/replit/codemirror-vim for Vim keybinds. See https://github.com/codemirror/dev/issues/79
From a quick look, it looks like it should be a case of dropping the CM extension into the code. Perhaps I'll get round to adding it myself