diff --git a/doc/dox/todo.dox b/doc/dox/todo.dox
index 978db34b4f..0dcce5e4f6 100644
--- a/doc/dox/todo.dox
+++ b/doc/dox/todo.dox
@@ -38,10 +38,15 @@ This page lists several todos and wishes for future version of JKQTPlotter
JKQTMathText:
- - add instruction for unicode-characters \char"XXXX, \unicode{XXXX}, \utf8{XXXX}, \utf16{XXXX}, \utf32{XXXX} ...
+ - add instruction for unicode-characters \charDDDD, \char"XXXX, \unicode{XXXX}, \utf8{XXXX}, \utf16{XXXX}, \utf32{XXXX} ...
- check sub/superscript with italic text in math mode, possibly a correction is necessary
- explore where QFontMetricsF::horizontalAdvance() can be used (for Qt >=5.15)
-
+ - add support for \bigl,\bigr,\Bigr,... commands for fixed-size but large paramtheses
+ - explore options to make font-environment-modifying commands avails, like "{blacktext\color{red}redtext}", today only commands like "\textcolor{red}{redtext}" work
+ - maybe: add support for text with linebreaks by adding a JKQTMathTextVerticalListNode in addition to JKQTMathTextListNode
+ - maybe: add tool programs to auto-generate some example images
+ - add support for \substack command below \sum etc.
+ - improve support for array-environment with limited support for formatting string like l|r|c and maybe add support for \hline command, possibly also \cellcolor etz.