flesh out Readme
[?]
Jun 7, 2022, 1:33 AM
D4FEFHQCSILZFQ5VLWNXAIRZNUMCDNGJSM4UJ6T6FDMMIWYRYILQCDependencies
Change contents
- edit in README.md at line 2[5.38][5.38]
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 yourmodifications break something. - edit in README.md at line 9[5.72][5.72]
## Selecting filesBy default, lines.love reads/writes the file `lines.txt` in your defaultuser/home directory (`https://love2d.org/wiki/love.filesystem.getUserDirectory`).To open a different file, either pass it in as a commandline argument or dragand drop the file on to the lines.love window.```sh$ love . /path/to/file # from this repo directory$ path/to/love path/to/lines.love path/to/file/to/edit # from anywhere```## Keyboard shortcutsWhile editing text:* `ctrl+f` to find patterns within a file* `ctrl+c` to copy, `ctrl+x` to cut, `ctrl+v` to paste* `ctrl+z` to undo, `ctrl+y` to redo* `ctrl+=` to zoom in, `ctrl+-` to zoom out, `ctrl+0` to reset zoomFor shortcuts while editing drawings, consult the online help. Either:* hover on a drawing and hit `ctrl+h`, or* click on a drawing to start a stroke and then press and hold `h` to see youroptions at any point during a stroke. - edit in README.md at line 86[2.106]
## Mirrors and ForksUpdates to lines.love can be downloaded from the following mirrors in additionto the website above:* https://github.com/akkartik/lines.love* https://repo.or.cz/lines.love.git* https://codeberg.org/akkartik/lines.love* https://tildegit.org/akkartik/lines.love* https://git.tilde.institute/akkartik/lines.love* https://git.sr.ht/~akkartik/lines.love* https://pagure.io/lines.loveForks of Teliva are encouraged. If you show me your fork, I'll link to ithere.## Feedback[Most appreciated.](http://akkartik.name/contact)