descriptionAn editor for plain text where you can also seamlessly insert line drawings
homepage URLhttp://akkartik.name/lines.html
repository URLhttps://github.com/akkartik/lines.love
ownerlines.love@akkartik.com
last changeWed, 30 Oct 2024 02:41:59 +0000 (29 19:41 -0700)
last refreshThu, 21 Nov 2024 08:20:57 +0000 (21 09:20 +0100)
content tags
add:
README.md

Plain text with lines

0 dependencies!

An editor for plain text where you can also seamlessly insert line drawings. Designed above all to be easy to modify and give you early warning if your modifications break something.

http://akkartik.name/lines.html

Getting started

Install LÖVE. It's just a 5MB download, open-source and extremely well-behaved.

To run from the terminal, pass this directory to LÖVE, optionally with a file path to edit.

Alternatively, turn it into a .love file you can double-click on:

$ zip -r /tmp/lines.love *.lua

By default, lines.love reads/writes the file lines.txt in a directory relative to this app.

To open a different file, drop it on the lines.love window.

Keyboard shortcuts

While editing text:

For shortcuts while editing drawings, consult the online help. Either:

lines.love has been exclusively tested so far with a US keyboard layout. If you use a different layout, please let me know if things worked, or if you found anything amiss: http://akkartik.name/contact

Known issues

Mirrors and Forks

Updates to lines.love can be downloaded from the following mirrors in addition to the website above:

Forks of lines.love are encouraged. If you show me your fork, I'll link to it here.

Associated tools

Feedback

Most appreciated. Messages, PRs, patches, forks, it's all good.

shortlog
2024-10-30 Kartik K. Agaramsimpler implementation of bugfix #2main
2024-10-30 Kartik K. Agarambugfix #3, attempt #2 in search UI
2024-10-29 Kartik K. Agarambugfix #3 in search UI
2024-10-29 Kartik K. Agarambugfix #2 in search UI
2024-10-29 Kartik K. Agarambugfix in search UI
2024-10-29 Kartik K. Agarambugfix: restart search on backspace
2024-10-14 Kartik K. Agarambugfix: Unicode
2024-09-19 Kartik K. Agaramtransparent highlights work with more colors
2024-09-11 Kartik K. Agarambugfix in source editor
2024-09-11 Kartik K. Agaramdon't always pop up keyboard on mobile devices
2024-09-09 Kartik K. Agaramstreamline Readme
2024-09-05 Kartik K. Agaramfine, I'll add a badge
2024-09-01 Kartik K. Agaramclean up some issues I now feel confident about
2024-09-01 Kartik K. Agaramexplicitly state when operations manage undo
2024-09-01 Kartik K. Agaramclean up Drawing.before after creating undo event
2024-07-29 Kartik K. Agaramstop returning unused value
...
heads
3 weeks ago main