In-progress note-taking app based on lines.love
Go to file
Kartik K. Agaram 61845c335b . 2022-05-17 22:05:00 -07:00
LICENSE.txt add a license 2022-05-16 18:51:28 -07:00
README.md . 2022-05-17 22:05:00 -07:00
button.lua
drawing.lua several more modules 2022-05-17 21:34:55 -07:00
file.lua several more modules 2022-05-17 21:34:55 -07:00
geom.lua several more modules 2022-05-17 21:34:55 -07:00
help.lua several more modules 2022-05-17 21:34:55 -07:00
icons.lua several more modules 2022-05-17 21:34:55 -07:00
json.lua
keychord.lua
main.lua . 2022-05-17 22:05:00 -07:00
manual_tests bugfix typo 2022-05-17 20:52:00 -07:00
text.lua beginnings of a module for the text editor 2022-05-17 20:29:08 -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.