aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.org
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.org')
-rw-r--r--IDEAS.org13
1 files changed, 6 insertions, 7 deletions
diff --git a/IDEAS.org b/IDEAS.org
index d73513ff..7c79cbe7 100644
--- a/IDEAS.org
+++ b/IDEAS.org
@@ -6,6 +6,12 @@
- The mailing list UI can be completely customized to look like microblogging, blogs, comment systems, etc.
- max n messages over m days feature. n=0, don't send me emails. n=1, send me a digest every m days. n>=2, stop at n-1, then wait until the m period is over to send me a digest.
+* Terminal mail client
+
+- Easy set up of common mail accounts (perhaps using mbsync, notmuch, mu, etc.)
+- Sane defaults
+- Markdown email (write email as Markdown, send as plain text + HTML)
+
* Userland WASM Linux distro
- Bootstrap a Linux distro to run on WASM
@@ -15,13 +21,6 @@
- Could replace Docker/containers for developers
- Similar to https://github.com/WAVM/Wavix
-* Turing Parser
-
-- A toolkit to write parsers for languages which are not CFGs and that need Turing-complete parsing code.
-- Provides tools to implement stateful lexers, keeping line-column information and generating good error messages.
-- Provides tools to transform the token stream, using arbitrary code, to generate annotated ASTs (i.e. with line/column number information)
-- See https://github.com/alexpdp7/lmparser
-
* Extensible lightweight markup language
- A language similar to AsciiDoc...