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 changeMon, 11 Mar 2024 03:15:46 +0000 (10 20:15 -0700)
last refreshSat, 27 Apr 2024 07:44:27 +0000 (27 09:44 +0200)
content tags
add:
README.md

Plain text with lines

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. I'll assume below that you can invoke it using the love command, but that might vary depending on your OS.

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.

shortlog
2024-03-11 Kartik K. Agaramadd a mirror and reorg mirrorsmain
2024-02-17 Kartik K. Agaramensure tapping on editor brings up soft keyboard
2024-02-08 Kartik K. Agarambugfix in cursor positioning
2024-02-05 Kartik K. Agaramfix yet another place
2024-02-05 Kartik K. Agarammore realism in one more helper
2024-02-04 Kartik K. Agarambugfix: don't clear selection on M-arrow
2024-02-04 Kartik K. Agarammore carefully pass the 'key' arg around
2024-01-12 Kartik K. Agaramuse editor state font for width calculations
2024-01-12 Kartik K. Agaramdon't save settings on error in source editor
2024-01-12 Kartik K. Agaramfix still more issues with the previous scenario
2024-01-12 Kartik K. Agaramclean up test mocks before aborting
2023-12-29 Kartik K. Agarammoar bugfix X-(
2023-12-29 Kartik K. Agarambugfix
2023-12-29 Kartik K. Agaramupdate doc
2023-12-29 Kartik K. Agarampull font into editor
2023-12-26 Kartik K. Agarambugfix: utf-8
...
heads
6 weeks ago main