the renderer does basic batching of commands
you can scale tasks up/down with ctrl+scroll
UI text scale can be adjusted in the options file - dont have a slider for it
I'm currently working on separate collaboration version which will be dumbed down but similar to how google docs / figma work - so you can see other users write and interact live.
the savefile is a .todool file which ppl wanted a json export option
options + theme files are json
import "core:fmt"
print :: fmt.println
// you can use print("test") now