From fed80fb470eeea734b34c9ad5661ebbf027e46a7 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 25 Jan 2020 14:28:38 +0100 Subject: [PATCH] [doc] Add notes for redevelopment --- doc/NOTES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/NOTES.md diff --git a/doc/NOTES.md b/doc/NOTES.md new file mode 100644 index 0000000..cd8da5e --- /dev/null +++ b/doc/NOTES.md @@ -0,0 +1,15 @@ +# Design + +* core: only PSL +* pass if modules are missing +* minimize dependencies, code +* test everything + +# Features + +## Backwards-compatibility +* aliases +* charts (hbar, vbar, braille) + +## Improvements +* pango output (improve - maybe autodetect? see #531)