diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md index 27ce06d..0887f4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # An editor for plain text. +[](https://0dependencies.dev) + Not very useful by itself, but it's a fork of [lines.love](http://akkartik.name/lines.html) that you can take in other directions besides line drawings, while easily sharing patches between forks. @@ -10,8 +12,7 @@ modifications break something. ## Getting started Install [LÖVE](https://love2d.org). 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. +extremely well-behaved. To run from the terminal, [pass this directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games), optionally with a file path to edit. @@ -47,12 +48,6 @@ found anything amiss: http://akkartik.name/contact * No support yet for right-to-left languages. -* Undo/redo may be sluggish in large files. Large files may grow sluggish in - other ways. Works well in all circumstances with files under 50KB. - -* If you kill the process, say by force-quitting because things things get - sluggish, you can lose data. - * Can't scroll while selecting text with mouse. * No scrollbars yet. That stuff is hard. @@ -90,4 +85,5 @@ Further forks are encouraged. If you show me your fork, I'll link to it here. ## Feedback -[Most appreciated.](http://akkartik.name/contact) +[Most appreciated.](http://akkartik.name/contact) Messages, PRs, patches, +forks, it's all good. |