shreevatsa / chaya

0 stars 0 forks source link

Manually incorporate prosemirror-example-setup #11

Closed shreevatsa closed 2 months ago

shreevatsa commented 2 months ago

Right now I'm using keymap and menu directly.

https://github.com/shreevatsa/chaya/blob/829a688474ffe9db0f2083df30e4ff63eba92295/main.ts#L13

Doing it manually will hopefully give me some experience, possibly help with all of #7 (how the join command is working) and #9 (save button in the menu) and #10 (menu for switching between image modes).

shreevatsa commented 2 months ago

I tried this locally and understand the code now, can do this when needed.