-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtodo.txt
37 lines (32 loc) · 1.21 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
The big ol' todo list for mathed:
Notebook:
[*] Overlay to darken out everything else on special modes
[*] Set cursor position after exiting math mode with ENTER
[*] Restore cursor position when exiting with ESC
[*] Lists (numeric and bulleted)
[*] Save and Restore
[ ] Smarter trailing whitespace after math elements
We only need to add spacer tabs when the math element is at the end...
[ ] Tabbing between completed braces
(#x#)(y) <tab> (x)(#y#)
Note: Key Code for <TAB> is 9
[ ] Help system / usage notes
[ ] Equation mode (Ctrl-e)
Translator:
[*] More symbols: to, from, in
[*] Blackboard Fonts: N, Z, Q, R, C, Q
[*] More symbols: iff, notin, empty, forall, exists
[*] Plugin System for ease of extension
[*] More Symbols: consequence |=, derived from |-
[*] "cap" and "cup" for union and intersection
[*] Summations, Products, Bar-Style Division
[*] Revamped Parser & Translator
[*] Nested and Sized Parentheticals
[ ] Better Sized Parentheticals
[*] Pipes
[ ] Alternating types
[ ] Limits, Integrals
[ ] Vector Math Symbols: cross, dot, vec
[ ] Vectors and Matrices
[ ] Escaping
[ ] Better plugin system (needs ability to define sums, prod, etc.)