Multiplayer canvas tool with programmable brushes!
Find a file
liquidev 3a438359c3 replace the accursed contenteditable text box with an ordinary textarea
you could paste discord convos into it.

discord.
conversations.
and they'd render.
like in Discord.

lmao.

I still do wonder how to do syntax highlighting on it, but I've seen prism-code-editor, which I _think_ hides the textarea's text and overlays a non user-interactable syntax highlighted version on top.
what's cool is that we could theoretically have many such overlays - for things like highlights too
but we'll see how that goes
2024-08-24 17:50:06 +02:00
.cargo a whole load of work in progress 2024-08-15 20:01:10 +02:00
admin make daemon use release profile 2024-08-24 13:54:00 +02:00
crates fix a couple bugs which could cause chunks to get eaten away across reloads 2024-08-24 17:21:28 +02:00
docs some more work on haku user guide 2024-08-24 16:47:57 +02:00
static replace the accursed contenteditable text box with an ordinary textarea 2024-08-24 17:50:06 +02:00
.editorconfig initial commit 2024-08-10 23:10:22 +02:00
.gitignore a whole load of work in progress 2024-08-15 20:01:10 +02:00
Cargo.lock bump rkgk to 0.1.1 2024-08-24 16:16:08 +02:00
Cargo.toml sync 2024-08-17 22:16:21 +02:00
Justfile make it possible to set release profile for rkgk in justfile 2024-08-24 13:51:38 +02:00
rkgk.toml add SourceCode wrapping str for enforcing source code length limits at parsing boundaries 2024-08-22 20:49:16 +02:00