new fork: template for live programming with editor widgets

[?]
Dec 1, 2022, 3:45 AM
BPYWIU627AGHPXJ7KAZEYFJMUEVTCHQ624UHTLZ4VMAVOLZM255AC

Dependencies

Change contents

  • replacement in README.md at line 1
    [3.6][3.11606:11634]()
    # An editor for plain text.
    [3.6]
    [3.11634]
    # Live apps that can have text editor widgets
  • replacement in README.md at line 3
    [3.11635][3.11635:11832]()
    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.
    [3.11635]
    [3.18]
    A template repo for building live apps that juggle text editor widgets. The
    editors support copy/paste, search, infinite undo, etc. You can't quite modify
    editor functionality live (yet?).
  • edit in README.md at line 7
    [3.19]
    [3.96]
    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.
  • edit in README.md at line 57
    [3.90][3.90:283](),[3.283][3.15:16]()
    * Touchpads can drag the mouse pointer using a light touch or a heavy click.
    On Linux, drags using the light touch get interrupted when a key is pressed.
    You'll have to press down to drag.
  • replacement in README.md at line 64
    [3.12216][3.12216:12276]()
    Updates to it can be downloaded from the following mirrors:
    [3.12216]
    [3.1528]
    Its immediate upstream is [text.love](https://codeberg.org/akkartik/text.love),
    a version without support for line drawings. Updates to it can be downloaded
    from:
  • replacement in README.md at line 68
    [3.1529][3.12277:12596]()
    * https://codeberg.org/akkartik/text.love
    * https://repo.or.cz/text.love.git
    * https://tildegit.org/akkartik/text.love
    * https://git.tilde.institute/akkartik/text.love
    * https://git.sr.ht/~akkartik/text.love
    * https://notabug.org/akkartik/text.love
    * https://github.com/akkartik/text.love
    * https://pagure.io/text.love
    [3.1529]
    [3.16]
    * https://codeberg.org/akkartik/template-live-editor.love
  • edit in README.md at line 72
    [3.146][3.17:163](),[2.210126][3.163:164](),[3.163][3.163:164]()
    * https://codeberg.org/akkartik/view.love -- a stripped down version without
    support for modifying files; useful starting point for some forks.