automatically insert timestamp every time
[?]
Mar 4, 2023, 5:41 PM
2SAJWSNK5BCDDW5P6GFU7BCL45LBATQQS3SYP6PBLTN4DCXICVZQCDependencies
- [2]
HHYXYWAFbugfix: write to file 'recent' - [3]
KKMFQDR4editing source code from within the app - [4]
57OGXVHZMerge lines.love - [5]
T4C5HT2Osupport a commandline arg just like in pensieve.love - [*]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing
Change contents
- replacement in run.lua at line 26
Editor_state.file_path = os.date('%Y/%m/%d/%H-%M-%S')local t = os.time()Editor_state.file_path = os.date('%Y/%m/%d/%H-%M-%S', t) - edit in run.lua at line 35
table.insert(Editor_state.lines, 1, {data=os.date('%Y-%m-%d %H:%M:%S', t), mode='text'})Editor_state.cursor1 = {line=2, pos=1} - edit in Manual_tests.md at line 29
* Open the window, type nothing, close the window. No new file is created.