new fork: template for live programming with editor widgets
[?]
Dec 1, 2022, 3:45 AM
BPYWIU627AGHPXJ7KAZEYFJMUEVTCHQ624UHTLZ4VMAVOLZM255ACDependencies
- [2]
JOPVPUSAediting source code from within the app - [3]
IDGP4BJZnew known issue with drawings - [4]
D4FEFHQCflesh out Readme - [5]
FS2ITYYHrecord a known issue - [6]
AVFRVNFRbetter handle moving points - [7]
25V2GA6Jtaking stock - [8]
36Z442IVback to commit 8123959e52f without code editing - [9]
SBS2F7GRlink to export tool - [10]
ZTMRQZSWReadme - [11]
MD3W5IRAnew fork: rip out drawing support - [12]
VNTRXQSXMerge lines.love - [13]
VYAFKS7RMerge lines.love - [14]
JZKEIKO6freudian typo
Change contents
- replacement in README.md at line 1
# An editor for plain text.# Live apps that can have text editor widgets - replacement in README.md at line 3
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 easilysharing patches between forks.A template repo for building live apps that juggle text editor widgets. Theeditors support copy/paste, search, infinite undo, etc. You can't quite modifyeditor functionality live (yet?). - edit in README.md at line 7
This repo is a fork of [lines.love](http://akkartik.name/lines.html), aneditor for plain text where you can also seamlessly insert line drawings. - edit in README.md at line 57
* 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
Updates to it can be downloaded from the following mirrors:Its immediate upstream is [text.love](https://codeberg.org/akkartik/text.love),a version without support for line drawings. Updates to it can be downloadedfrom: - replacement in README.md at line 68
* 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* https://codeberg.org/akkartik/template-live-editor.love - edit in README.md at line 72
* https://codeberg.org/akkartik/view.love -- a stripped down version withoutsupport for modifying files; useful starting point for some forks.