deemphasize the source editor
[?]
Apr 9, 2023, 6:00 PM
OB5XOXVCASIX4MVR736FMJFGOYRYRJELQ3SYC3T6TU2B6LYVNUCACDependencies
- [2]
BH7BT36Lctrl+a: select entire buffer - [3]
4CTZOJPCstop pretending globals are local - [4]
BLWAYPKVextract a module - [5]
IYW7X3WLleft/right cursor movement, deleting characters - [6]
TVCPXAAUrename - [7]
UEE5W7WJdocument one more shortcut - [8]
OTIBCAUJlove2d scaffold - [9]
6LJZN727handle chords - [10]
D4FEFHQCflesh out Readme - [11]
KKMFQDR4editing source code from within the app - [*]
FS2ITYYHrecord a known issue
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
-- Entrypoint for the app. You can edit this file from within the app if-- you're careful.-- 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. - edit in README.md at line 37
* `ctrl+e` to modify the sources