alangrainger / share-note

Instantly share an Obsidian note with the full theme exactly like you see in your vault. Data is shared encrypted by default, and only you and the person you send it to have the key.
MIT License
326 stars 17 forks source link

Deleting did not delete my Note #110

Closed nny57 closed 5 months ago

nny57 commented 5 months ago

I deleted a file on Obsidian, the links and the properties were removed but when I try the web link, I am still able to see the file. The URL is:

I created another file to share and deleted and this time it looks like the file was deleted.

alangrainger commented 5 months ago

To delete a shared file you need to click the delete/trash icon on that note.

If you delete the Obsidian note it won't delete the shared note.

How can we know that a delete is actually going through on the server?

If you're concerned about that, just share your notes encrypted. The decryption key isn't sent to the server (which you can verify from the plugin source code), so once you delete the decryption key at your end, it's gone.