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 changeWed, 30 Oct 2024 03:56:36 +0000 (29 20:56 -0700)
last refreshThu, 21 Nov 2024 08:20:57 +0000 (21 09:20 +0100)
content tags
add:
README.md

An editor for plain text.

0 dependencies!

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.

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
2024-10-30 Kartik K. AgaramMerge lines.lovemain
2024-10-30 Kartik K. Agaramsimpler implementation of bugfix #2
2024-10-30 Kartik K. Agaramsome more renames
2024-10-30 Kartik K. AgaramMerge lines.love
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. AgaramMerge lines.love
2024-10-14 Kartik K. Agarambugfix: Unicode
2024-09-19 Kartik K. AgaramMerge lines.love
2024-09-19 Kartik K. Agaramtransparent highlights work with more colors
2024-09-11 Kartik K. AgaramMerge lines.love
2024-09-11 Kartik K. Agarambugfix in source editor
2024-09-11 Kartik K. Agaramdon't always pop up keyboard on mobile devices
...
heads
3 weeks ago main