Hello all, I've decided to share a small project that I hacked together which was useful for me in my work with BaseX. I found myself wanting to sometimes edit documents in BaseX by hand in my favorite editor without having to export and re-import them. With the deprecation of the WebDAV module, I wrote a basic FUSE filesystem to temporarily replace it for my use cases. I share it in the hope that others might find it useful, though it is rather messy C code. https://github.com/Josef-Thorne-A/basex-fuse/tree/main I heard that there was a FUSE implementation for BaseX in the past, but was unable to dredge up any source code. I also have been working on some EMacs modes for working with BaseX/modern XQuery, but they are not yet polished enough to be worth sharing at large. If there are any other brave EMacs-BaseX users would like to see it though I would be happy to share it with them privately if they message me.

– Josef Thorne