From: Tim Vaughan Date: Fri, 7 Jun 2019 08:36:43 +0000 (+0200) Subject: Added pain points to dev notes. X-Git-Tag: v1.2.0~26 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=9730203b5dbe4a01ab127d0ac5e4c02e2ccfca65 Added pain points to dev notes. --- diff --git a/NOTES.org b/NOTES.org index 8e19e10..f39f497 100644 --- a/NOTES.org +++ b/NOTES.org @@ -29,3 +29,11 @@ special case, and I don't want another! So the only option is to bring both http and telnet entries back into the fold by representing them both as standard nodes and having the grunt work done by getter functions. + +* Pain points + +A list of annoyances that need to be fixed. + +1. There's no way to determine the address of the current node. +2. There's no way to determin the address of child node without using the mouse. +3. Only one elpher buffer can exist at one time.