In-progress note-taking app based on lines.love
Go to file
Kartik K. Agaram 92bd6839c7 split mouse_pressed events between Text and Drawing 2022-05-17 22:53:09 -07:00
LICENSE.txt
README.md
button.lua
drawing.lua split mouse_pressed events between Text and Drawing 2022-05-17 22:53:09 -07:00
file.lua
geom.lua split keyboard handling between Text and Drawing 2022-05-17 22:43:41 -07:00
help.lua
icons.lua
json.lua
keychord.lua
main.lua split mouse_pressed events between Text and Drawing 2022-05-17 22:53:09 -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.