equed - WYSIWYG math editor for terminal with syntax highlighting.
Status: proof of concept (the editing works!)
- baselines
- syntax highlighting
- code execution
- keybindings
- teleporting cursor to mouse click
- better wrapping
- repl-like visual interface
- text selection
- copy/paste selection
- multiline statements
| Feature | Codegen | Rendering | Inserting | Removing | Movement |
|---|---|---|---|---|---|
| Text | yes | yes | yes | yes | yes |
| Fraction | yes | yes | yes | yes | sort of |
| Parenthesis | yes | yes | yes | yes | yes |
| Power | |||||
| Square root | |||||
| Matrix | |||||
| Sum, Lim, etc. | |||||
| Invisible mult. | ? | ? | ? | ? | ? |
- Editing
- Skip fraction denominator when pressing RIGHT
- Maple fraction DEL
- Fraction inserting method (maple, split, empty)
- Rendering
- Fraction padding
- Fraction shorter line ends
- Virtual cursor
- Syntax highlighting colors
- Number
- Text
- Operator
- Function
- Fraction
- Parenthesis
- Unmatched parenthesis
Ondrej Telka, https://ondrej.xyz/

