ondt / equed

Text-based WYSIWYG math formula renderer/editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EquEd - Equation Editor

equed - WYSIWYG math editor for terminal with syntax highlighting.

FEATURES

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. ? ? ? ? ?

SETTINGS

  • 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

SEE ALSO

AUTHOR

Ondrej Telka, https://ondrej.xyz/

About

Text-based WYSIWYG math formula renderer/editor

License:GNU General Public License v3.0


Languages

Language:Python 100.0%