In-progress note-taking app based on lines.love
Go to file
Kartik K. Agaram e27165cb9f rectangle and square shapes 2022-05-18 15:29:18 -07:00
LICENSE.txt
README.md
button.lua highlight another global 2022-05-17 23:24:46 -07:00
drawing.lua rectangle and square shapes 2022-05-18 15:29:18 -07:00
file.lua
geom.lua rectangle and square shapes 2022-05-18 15:29:18 -07:00
help.lua rectangle and square shapes 2022-05-18 15:29:18 -07:00
icons.lua rectangle and square shapes 2022-05-18 15:29:18 -07:00
json.lua
keychord.lua
main.lua highlight another global 2022-05-17 23:24:46 -07:00
manual_tests
text.lua split mouse_pressed events between Text and Drawing 2022-05-17 22:53:09 -07:00

README.md

Known issues:

  • Touchpads can drag the mouse pointer using a light touch or a heavy click. On Linux, drags using the light touch get interrupted when a key is pressed. You'll have to press down to drag.
  • No support yet for Unicode graphemes spanning multiple codepoints.