summaryrefslogtreecommitdiff
path: root/IDEAS.org
diff options
context:
space:
mode:
authorAlex Corcoles <alex@pdp7.net>2023-10-31 23:59:04 +0100
committerGitHub <noreply@github.com>2023-10-31 23:59:04 +0100
commit94204d2df56c2c46419640367f1132fd48429745 (patch)
tree750c1c18e228c5f0590c183406b89d1eee43cd1e /IDEAS.org
parentb23d8cf770674f3c7abbf2649f00305161913b76 (diff)
Add email client, remove Turing parser
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...