From 944b223f1e4c61ed1747842eedb9d76b0eb38866 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sat, 4 Apr 2020 08:04:48 +0200 Subject: [PATCH] [doc] small updates --- doc/NOTES.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/NOTES.md b/doc/NOTES.md index 4440fe5..788072a 100644 --- a/doc/NOTES.md +++ b/doc/NOTES.md @@ -6,9 +6,9 @@ - think about pylint # small stuff -- rethink documentation (wiki vs. in-code) +- rethink documentation (use mostly md files) - @parameter? (or was it @attribute?) - remove getter/setters -- use __ for private? +- use __ for private # Features - new themeing? (and add a "version" for backwards compat?) @@ -17,7 +17,6 @@ - aliases - charts (braille) - minimize modules -- WAL support / colorscheme support - tkinter / popups - scrolling decorator (incl. minwidth, alignment) - theme.exclude?? @@ -34,4 +33,3 @@ - theme: `load` vs. `__load` vs. `load_keywords` - themes: use colors to improve theme readability - brightness: read from CLI tools -- input: use events?