about summary refs log tree commit diff stats
path: root/source.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-09-10 21:56:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-09-10 21:56:43 -0700
commit37cb0304897b038db1705f00c3495751bbfda13a (patch)
tree991265a81fa0049a4b4f9812107a84b9ba3f80c4 /source.lua
parent28a6bb37cd08125e5c3424c5895adb515be55e36 (diff)
parent706296388809984b20b32edf3fa8f576c85508c5 (diff)
downloadview.love-37cb0304897b038db1705f00c3495751bbfda13a.tar.gz
Merge lines.love
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/source.lua b/source.lua
index 97e384b..a4ebb5b 100644
--- a/source.lua
+++ b/source.lua
@@ -1,10 +1,3 @@
--- 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 = {}