Just sharing a recent project of mine I have been working on! When I found out about new JS Commands in LiveView I was so pumped because Alpine was just giving me all sorts of fits, but now I was able to remove that dependency.
Cool, nice to see Tip Tap with LiveView. It looks like for the purposes of your app, reading notes, if I understand correctly, collaboration might be unnecessary, but I was still wondering if you’re considering a collaborative back end, like with CRDT or operational transforms, etc?
It isn’t on the roadmap yet. The next big hurdle for me will be figuring out how to integrate search. Never used elasticsearch or any search functionality so that will be a fun one.
Hi,
I’m trying to get an editor up and running with TipTap, but running into trouble figuring out how to wire up the buttons. Do you have any pointers on how you configured tiptap to working nicely with LiveView - did you go with live-svelte, or are you managing to make use of direct JS commands somehow?
This is the repo where I did it:
Warning it is very old at this point and I have not been keeping up with what may have changed
thanks, appreciated