Merge text.love

[?]
Apr 9, 2023, 9:15 PM
YDUIKWSF4DBQJR5MM5BF5JGBGCZNRRCIPZLV3L2QXYR5TOBLB7OAC

Dependencies

Change contents

  • file deletion: source.lua (----------)source.lua (----------)
    [4.2][4.177715:177749](),[4.2][4.177715:177749](),[4.177749][4.165829:165829]()
    -- 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 = {}
  • edit in main.lua at line 1
    [4.2][4.460:956](),[4.2][4.460:956]()
    -- Wrapper that combines the app with a 'source editor' that allows editing
    -- the app in place.
    --
    -- The source editor is 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.