Merge upstream into main
[?]
Jul 14, 2022, 6:35 AM
B5O6ONSK7DAESRUB73RBP5J7ASYK2STSCEJZUJVO4DIXF4NKQMYACDependencies
- [2]
ZLEPKWDJfork: capture frontend for a note-taking system - [3]
ELIVOJ4Nbugfix: zoom in/out hotkeys - [4]
OTIBCAUJlove2d scaffold - [5]
XSLCFVFH. - [6]
Z4KNS42Nto open a file without a terminal, drag it on! - [7]
R6GUSTBYdefault font size and line-height - [8]
AVTNUQYRbasic test-enabled framework - [9]
AJB4LFRBtry to maintain a reasonable line width
Change contents
- resurrect zombie in main.lua at line 107
function initialize_font_settings(font_height)Editor_state.font_height = font_heightlove.graphics.setFont(love.graphics.newFont(Editor_state.font_height))Editor_state.line_height = math.floor(font_height*1.3)Editor_state.em = App.newText(love.graphics.getFont(), 'm')end