update /recent file with new filenames
[?]
Jul 26, 2022, 6:58 AM
XNHZZH6BY52OY6GLRSAEP34KNHNKZEDIQU4BGEAG5CERRCKFVK5QCDependencies
- [2]
CV6XLZMWtrailing slash on directory - [3]
MSDHRXWUMerge upstream into main - [4]
R6GUSTBYdefault font size and line-height - [5]
WQOSZSUEwarn on unused commandline args - [6]
ZLEPKWDJfork: capture frontend for a note-taking system - [7]
UVIDOW6ZMerge upstream into main - [*]
OTIBCAUJlove2d scaffold - [*]
VHQCNMARseveral more modules - [*]
2L5MEZV3experiment: new edit namespace - [*]
LF7BWEG4group all editor globals
Change contents
- replacement in main.lua at line 41
Editor_state.filename = Editor_state.directory..os.date('%Y/%m/%d/%H-%M-%S')Editor_state.file_path = os.date('%Y/%m/%d/%H-%M-%S')Editor_state.filename = Editor_state.directory..Editor_state.file_path - edit in file.lua at line 51
if not State.recent_updated thenlocal f = io.open(State.directory..'recent', 'a')if f thenf:write(State.file_path, '\n')f:close()endState.recent_updated = trueend - edit in edit.lua at line 109[12.97681][11.3654]
recent_updated = false, -- on first write, log filename to a 'recent' file