diff options
| author | alex <alex@pdp7.net> | 2024-06-20 09:39:57 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-06-20 07:41:46 +0000 |
| commit | 8c719170c3121ee2834e2d72170fd596d5cee609 (patch) | |
| tree | 3428da2e22556b8c94a0310ee0e8865782479c2d | |
| parent | 87e6af182d97fee766e1f979a42015d58ec2898d (diff) | |
Add txtdot
| -rw-r--r-- | IDEAS.org | 2 | ||||
| -rw-r--r-- | INTERESTING_PROJECTS.org | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -138,6 +138,8 @@ Run the reverse proxy on your domain so you can "duplicate" your identity on you * HTML/JS only browser engine +This is likely: https://github.com/txtdot/txtdot + - Use an existing JS engine to implement a browser that can parse HTML and execute JS, but which has no concept of graphics - Could be used to implement a text HTML browser that can access the modern web - Extensible and scriptable, to generate "article mode" scripts, scrapers, and "API proxies" diff --git a/INTERESTING_PROJECTS.org b/INTERESTING_PROJECTS.org index b2c1aea5..fd86a8a8 100644 --- a/INTERESTING_PROJECTS.org +++ b/INTERESTING_PROJECTS.org @@ -234,3 +234,4 @@ Also keeping things in a Org mode means I can classify and add notes. * Other - https://github.com/jhuangtw/xg2xg - https://github.com/mzucker/noteshrink - handwriting to PDF + - https://github.com/txtdot/txtdot - proxy that renders SPAs as HTML? |
