From 4b43e9e85d985bcedd105fa9693ae751e5b6d0b6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 9 Apr 2023 11:00:35 -0700 Subject: deemphasize the source editor This repo does not support freewheeling modification. It's a primitive to enable freewheeling modification in downstream forks. The source editor is a convenience, but it's a sharp tool and can easily leave the app in a broken state that requires dropping down to external tools (editor, file manager) to fix. --- source.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source.lua') diff --git a/source.lua b/source.lua index 81eb544..cbbd6cf 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 = {} -- cgit 1.4.1-2-gfad0