about summary refs log tree commit diff stats
path: root/source.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-04-09 14:14:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-04-09 14:14:03 -0700
commit0d913ba8f19e0d25d717a1f5748da6ab14567e1f (patch)
tree8f9b3c089c80efaf581dcca6b419642e04a97f3f /source.lua
parentb3a3321cd641975c0d0c438748a836d32a02d401 (diff)
parent4b43e9e85d985bcedd105fa9693ae751e5b6d0b6 (diff)
downloadtext.love-0d913ba8f19e0d25d717a1f5748da6ab14567e1f.tar.gz
Merge lines.love
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/source.lua b/source.lua
index 594ff4a..54d4d1d 100644
--- a/source.lua
+++ b/source.lua
@@ -1,3 +1,10 @@
+-- Source editor that lets me edit the app from within. However, it's a sharp
+-- tool. I find it convenient, but I also often end up in a bad state that
+-- requires dropping down to external tools (editor, file manager) to fix.
+--
+-- Downstream forks provide a better, "freewheeling" experience for editing
+-- apps live. The source editor provides a half-baked experience for editing
+-- some of the primitives used by true freewheeling apps.
 source = {}
 
 Editor_state = {}