Add tauri wrapper for editor support
Introduces Tauri wrapper and sample (but complete) emacs integration.
https://github.com/user-attachments/assets/4ac373a6-a290-47a8-a80f-f9d321fb2ba5
Could be related to: #44, #47
Thank you for the pull request! This looks impressive, but it will take me a little while to get around to looking at it in detail, as it's a little busy for me at the moment.
I think this is really cool. However, I wonder whether this needs to be part of this repository, or whether it could be a separate project (which I would then be happy to recommend officially in the README). It seems like most of the implementation necessary for this feature is not in quiver itself, so it seems plausible that the Emacs plugin could simply open a standard quiver window, which could then use postMessage to communicate with the plugin. Is this something that could work?