Commit Graph

1295 Commits

Author SHA1 Message Date
Kartik K. Agaram 8aee6d0104 Merge template-live-editor 2023-03-25 11:54:40 -07:00
Kartik K. Agaram 535933d278 Merge text0 2023-03-25 11:50:00 -07:00
Kartik K. Agaram b1c904157d Merge text.love 2023-03-25 11:45:40 -07:00
Kartik K. Agaram 1bd2846ec2 Merge lines.love 2023-03-25 11:30:25 -07:00
Kartik K. Agaram afadb4db66 stop reusing cursor locations between files 2023-03-25 10:37:55 -07:00
Kartik K. Agaram 0b1c47f79f experiment at avoiding some merge conflicts
https://merveilles.town/@akkartik/110084833821965708
2023-03-25 10:36:43 -07:00
Kartik K. Agaram 6e48ec04d4 Merge template-live-editor 2023-03-23 21:56:12 -07:00
Kartik K. Agaram 9390a4a418 Merge text0 2023-03-23 21:51:55 -07:00
Kartik K. Agaram 0264e2ba19 Merge text.love 2023-03-23 21:48:27 -07:00
Kartik K. Agaram aa8994167f Merge lines.love 2023-03-23 21:43:26 -07:00
Kartik K. Agaram a6dcfc5ac8 some minor cleanup
I can't see the mouse wheel ever setting dx, but it's more obvious now
that the editor doesn't support panning left/right.
2023-03-23 21:38:33 -07:00
Kartik K. Agaram 99faf61abb mouse wheel support 2023-03-23 21:00:09 -07:00
Kartik K. Agaram 0518561fb3 Merge template-live-editor 2023-03-21 00:15:56 -07:00
Kartik K. Agaram c71c21a3ea Merge text0 2023-03-21 00:15:07 -07:00
Kartik K. Agaram f3245d7042 Merge text.love 2023-03-21 00:15:03 -07:00
Kartik K. Agaram 75dfd3fd62 Merge lines.love 2023-03-21 00:13:40 -07:00
Kartik K. Agaram 609f0b2fc8 mention a new tool 2023-03-21 00:10:20 -07:00
Kartik K. Agaram 321e4b3fd2 Merge template-live-editor 2023-03-19 11:56:03 -07:00
Kartik K. Agaram 06fb3c4bfe Merge text0 2023-03-19 11:54:53 -07:00
Kartik K. Agaram db53d65e60 Merge text.love 2023-03-19 11:54:13 -07:00
Kartik K. Agaram dc0ad458c9 Merge lines.love 2023-03-19 11:52:10 -07:00
Kartik K. Agaram 0c06c60622 give a test a unique name 2023-03-19 11:48:47 -07:00
Kartik K. Agaram 07f1a5621d Merge template-live-editor 2023-03-19 00:24:22 -07:00
Kartik K. Agaram d87331e5ae fix previous merge
get typed in keystrokes to show on screen on iPad

Many thanks to Myte for helping test this!
2023-03-19 00:22:36 -07:00
Kartik K. Agaram 8b59267bd4 Merge template-live-editor 2023-03-19 00:09:05 -07:00
Kartik K. Agaram d16dd9c6ce Merge text0 2023-03-19 00:08:08 -07:00
Kartik K. Agaram 398208cf26 Merge text.love 2023-03-19 00:04:53 -07:00
Kartik K. Agaram ab09ec6387 Merge lines.love 2023-03-18 23:59:42 -07:00
Kartik K. Agaram 30e75991ce get typed in keystrokes to show on screen on iPad
Many thanks to Myte for helping test this!
2023-03-18 23:50:30 -07:00
Kartik K. Agaram 1b90ffca9e extract a function 2023-03-18 23:48:42 -07:00
Kartik K. Agaram e8d6a8a26d consistently use App names for methods everywhere 2023-03-18 23:45:01 -07:00
Kartik K. Agaram fceb2404fb move default file location
This works better on mobile platforms while seeming about as useful
anywhere else.

I've verified that anyone who already edited a file will continue to use
its path from settings.
2023-03-18 23:12:50 -07:00
Kartik K. Agaram 5e9b751380 Merge template-live-editor 2023-03-17 22:51:01 -07:00
Kartik K. Agaram 4e7ff6e3dc Merge text0 2023-03-17 22:47:30 -07:00
Kartik K. Agaram 39651f32d4 Merge text.love 2023-03-17 22:46:11 -07:00
Kartik K. Agaram f1537d66d7 Merge lines.love 2023-03-17 22:44:35 -07:00
Kartik K. Agaram f7f5973cb7 remove a stale issue 2023-03-17 22:38:58 -07:00
Kartik K. Agaram eca407cf00 Merge lines.love 2023-03-17 22:30:46 -07:00
Kartik K. Agaram 6709b394fb more bugfix
Don't crash on showing the log browser.
2023-03-17 22:17:23 -07:00
Kartik K. Agaram 675d1cbbdf bugfix
Thanks Mikoláš Štrajt.
2023-03-17 21:52:35 -07:00
Kartik K. Agaram 8c373fdb60 get rid of all bifold text
It's just uneconomic to maintain given how little I've used it. I have a
bug right now and no time to port the bugfix to all the complexities of
the B side.

I briefly considered tossing out the entire source editor. But I _have_
been using it to browse logs across sessions. The live editor doesn't
quite cover all my use cases just yet.

We now have duplication in the source editor only for:
* syntax highlighting
* hyperlinking [[WikiWords]]
* ability to hide cursor (when showing file browser or Focus is in log browser)
2023-03-17 21:48:29 -07:00
Kartik K. Agaram ae429cd78a bring a few things in sync between run and source 2023-03-17 21:40:51 -07:00
Kartik K. Agaram 81ebc6a559 bugfix: disallow font size of 0
Thanks Mikoláš Štrajt.
2023-03-17 19:58:53 -07:00
Kartik K. Agaram 5fa454f3ce Merge template-live-editor 2023-03-17 11:20:52 -07:00
Kartik K. Agaram 5129c4f5ce Merge text0 2023-03-17 11:19:31 -07:00
Kartik K. Agaram d2933583ca Merge text.love 2023-03-17 11:15:48 -07:00
Kartik K. Agaram 4dbc097f83 Merge lines.love 2023-03-17 11:02:10 -07:00
Kartik K. Agaram d65b7950a1 state validation in source editor as well 2023-03-17 10:46:50 -07:00
Kartik K. Agaram e2c1bbe4e5 more robust state validation 2023-03-17 10:28:10 -07:00
Kartik K. Agaram 23636c21c2 Merge template-live-editor 2023-03-15 00:35:00 -07:00