In-progress note-taking app based on lines.love
Go to file
Kartik K. Agaram dc618a419c highlight another global 2022-05-17 23:24:46 -07:00
LICENSE.txt
README.md
button.lua highlight another global 2022-05-17 23:24:46 -07:00
drawing.lua forgot to move this special case out 2022-05-17 23:23:26 -07:00
file.lua
geom.lua
help.lua
icons.lua
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.