An editor for plain text where you can also seamlessly insert line drawings https://akkartik.name/lines.html
Go to file
Kartik K. Agaram c1ba40ac70 delegate update events to drawings 2022-05-17 23:16:08 -07:00
LICENSE.txt
README.md . 2022-05-17 22:05:00 -07:00
button.lua
drawing.lua delegate update events to drawings 2022-05-17 23:16:08 -07:00
file.lua several more modules 2022-05-17 21:34:55 -07:00
geom.lua split keyboard handling between Text and Drawing 2022-05-17 22:43:41 -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 delegate update events to drawings 2022-05-17 23:16:08 -07:00
manual_tests bugfix: duplicate character on enter 2022-05-17 22:22:45 -07:00
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.