descriptionFork of lines.love for browsing read-only text files; useful starting point for further forks
homepage URLhttp://akkartik.name/lines.html
repository URLhttps://github.com/akkartik/text.love
ownerrepo.or.cz@akkartik.com
last changeSun, 1 Sep 2024 08:17:22 +0000 (1 01:17 -0700)
last refreshMon, 2 Sep 2024 03:21:16 +0000 (2 05:21 +0200)
content tags
add:
README.md

An editor for plain text.

Not very useful by itself, but it's a fork of lines.love that you can take in other directions besides line drawings, while easily sharing patches between forks.

Designed above all to be easy to modify and give you early warning if your modifications break something.

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/text.love *.lua

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

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

Keyboard shortcuts

While editing text:

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

This repo is a fork of lines.love, an editor for plain text where you can also seamlessly insert line drawings. Updates to it can be downloaded from the following mirrors:

Further forks are encouraged. If you show me your fork, I'll link to it here.

Feedback

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

shortlog
19 hours ago Kartik K. AgaramMerge lines.lovemain
25 hours ago Kartik K. Agaramclean up some issues I now feel confident about
25 hours ago Kartik K. Agaramexplicitly state when operations manage undo
25 hours ago Kartik K. Agaramclean up Drawing.before after creating undo event
2024-08-07 Kartik K. AgaramMerge lines.love
2024-07-29 Kartik K. Agaramstop returning unused value
2024-07-23 Kartik K. AgaramMerge lines.love
2024-07-23 Kartik K. Agaramclarify that PRs and patches are both welcome
2024-07-23 Kartik K. Agaramadd a fork
2024-07-22 Kartik K. AgaramMerge lines.love
2024-07-17 Kartik K. Agaramfix a comment
2024-07-17 Kartik K. Agaramclean up an unnecessary mutation
2024-07-17 Kartik K. Agaramconsistently schedule_save after all mutations
2024-07-13 Kartik K. Agaramregister a new add-on tool
2024-07-10 Kartik K. AgaramMerge lines.love
2024-07-10 Kartik K. Agarampatch a vector for memory leaks
...
heads
19 hours ago main