[doc] NOTES: Add more notes

Otherwise, I'll forget about them
This commit is contained in:
Tobias Witek 2020-02-16 14:55:26 +01:00
parent 808c46f551
commit 6143c5e5a1

View file

@ -5,6 +5,11 @@
- test everything - test everything
- think about pylint - think about pylint
# small stuff
- rethink documentation (wiki vs. in-code)
- @parameter? (or was it @attribute?)
- use __ for private?
# Features # Features
## Backwards-compatibility ## Backwards-compatibility
@ -13,6 +18,7 @@
- minimize modules - minimize modules
- hide modules if not in warning/error state (-a) - hide modules if not in warning/error state (-a)
- WAL support - WAL support
- tkinter / popups
## Improvements ## Improvements
- pango output (improve - maybe autodetect? see #531) - pango output (improve - maybe autodetect? see #531)