ohhh, I thought it was saving the full doc on Nostr, but it's just the title. That sucks :(

Reply to this note

Please Login to reply.

Discussion

It does save the full doc on Nostr, as yjs deltas. Maybe he meant the application itself should be served from a content addressed p2p system like ipfs instead of docs.iris.to.

hum.. I couldn't find it. Which event kind are you using?

ohhh you are saving the content as hex? interesting

But why using a replaceable event with a separate d-tag to store each edit? Couldn't they just be regular events with the same `f` pointers?

True, in this use case the d-tag is not actually needed. It's there because I'm not using nostr events directly, but saving the file "d" to directory "f" on IrisDB (unfortunate that the initial letters are reversed).

What happens to the delta events if one of them is missing? Does the text recreation always work without human intervention?