You got an infinite loop. @rico.trevisan
The pluginās run updates the content when I select another note⦠It make the app got an infinite loopā¦
You got an infinite loop. @rico.trevisan
The pluginās run updates the content when I select another note⦠It make the app got an infinite loopā¦
Unfortunately I had to turn off the access to the app editor because it exposes my API keys. Iāll make a video tutorial on how to use the collaboration feature.
In short, itās like this:
On collab.Tiptap.dev grab the :
app id
app secret
ā I believe this is in the settings pageOn the plugin settings:
app secret
On the page (or anywhere else you prefer)
generated JWT
Add a workflow when page loads
generated JWT
state with the result of step 1On the Tiptap element
app id
app_id fieldgenerated JWT
in the JWT fieldGive it a go. Keep an eye on the console to see if any errors come up.
There are lots of (edge) cases that I need to handle but this should get you started.
I canāt remember who asked me for a way to extract the text with HTML. Someone just posted a solution in Github. Iāll give it a try soon.
It was me , however, we figured out an alternative solution that works just as good.