Revert "deemphasize the source editor"
[?]
Sep 11, 2023, 4:45 AM
GX236KZGJI2WG7O6ZUSHDH2T4MESLWZM6WAC3PAPH5LH62MN6IPQCDependencies
- [2]
OB5XOXVCdeemphasize the source editor - [3]
IYW7X3WLleft/right cursor movement, deleting characters - [4]
6LJZN727handle chords - [5]
KKMFQDR4editing source code from within the app - [6]
TVCPXAAUrename - [7]
OTIBCAUJlove2d scaffold - [8]
BLWAYPKVextract a module - [9]
4CTZOJPCstop pretending globals are local - [*]
FS2ITYYHrecord a known issue - [*]
BH7BT36Lctrl+a: select entire buffer - [*]
D4FEFHQCflesh out Readme
Change contents
- edit in source.lua at line 1
-- 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. - replacement in main.lua at line 1
-- 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.-- Entrypoint for the app. You can edit this file from within the app if-- you're careful. - edit in README.md at line 37[12.739][13.884]
* `ctrl+e` to modify the sources