Merge text0

This commit is contained in:
Kartik K. Agaram 2023-01-23 00:49:48 -08:00
commit bb95a08739
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Example "freewheeling" app that can be modified without being restarted
Running this repo in isolation won't be very helpful. If you haven't yet,
first check out [the driver app](https://codeberg.org/akkartik/driver.love).
first check out [the driver app](https://git.sr.ht/~akkartik/driver.love).
This repo is a template you can copy to create your own live apps that juggle
text editor widgets. The editors support copy/paste, search, infinite undo,
etc. You can't modify editor functionality live (yet?).
@ -18,7 +18,7 @@ modifications break something.
Run this app from the terminal, [passing its directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games)
To modify it live without restarting the app each time, install [the driver
app](https://codeberg.org/akkartik/driver.love). Here's an example session
app](https://git.sr.ht/~akkartik/driver.love). Here's an example session
using a fork of this repo:
![making changes without restarting the app](assets/2.gif)
@ -42,7 +42,7 @@ found anything amiss: http://akkartik.name/contact
* Both freewheeling apps and the driver for them currently benefit from being
launched in terminal windows rather than by being clicked on in a desktop
OS. See [the driver app](https://codeberg.org/akkartik/driver.love/src/branch/main/README.md)
OS. See [the driver app](https://git.sr.ht/~akkartik/driver.love/src/branch/main/README.md)
for details.
* No support yet for Unicode graphemes spanning multiple codepoints.
@ -67,16 +67,16 @@ found anything amiss: http://akkartik.name/contact
This repo is a fork of [lines.love](http://akkartik.name/lines.html), an
editor for plain text where you can also seamlessly insert line drawings.
Its immediate upstream is [text.love](https://codeberg.org/akkartik/text.love),
Its immediate upstream is [text.love](https://git.sr.ht/~akkartik/text.love),
a version without support for line drawings. Updates to it can be downloaded
from the following mirrors:
* https://codeberg.org/akkartik/template-live-editor
* https://git.sr.ht/~akkartik/template-live-editor
* https://codeberg.org/akkartik/template-live-editor
Further forks are encouraged. If you show me your fork, I'll link to it here.
* https://codeberg.org/akkartik/luaML.love - a "browser" for a Lua-based
* https://git.sr.ht/~akkartik/luaML.love - a "browser" for a Lua-based
markup language, loosely analogous to HTML except it's all Lua.
* https://git.sr.ht/~akkartik/bf.love - a toy environment for working with
[BF](https://en.wikipedia.org/wiki/Brainfuck) programs.