Nice, I’ll be following closely!
How do you support deduping if encryption at rest is enabled?
What’s the roadmap look like for v1.0.0 release?
Edit: Looks like roadmap is laid out in the github https://github.com/sciactive/nephele
I’m going to add support for CardDAV, that way you can use it to sync your contacts. I’m currently working on the Access Control Protocol extension to WebDAV, which is required for CardDAV.
I’d like to eventually support CalDAV too, but that’s harder than CardDAV.
I’d like to also create another web interface with a more modern feature set for use in newer browsers, and even have file share links.
An idea I’ve been floating is creating a way to use .md files and .html templates to create a sort of blog, website, or notebook. Something that would be really easy to manage. Basically throw it up on a server, put some .md files in, and you’ve got a basic website. I’d like to use it to take notes, since editing markdown on a WebDAV share is super simple, and having searchable notes from that would mean I could drop Google Keep.
Nice! I’ve been needing a good CardDAV option. Would you consider supporting Backblaze B2? It’s generally around 4x more cost-effective than Amazon S3, depending on usage patterns.
Regarding markdown to HTML conversion, you might want to check out Jekyll’s templating system. Combined with an Obsidian WebDAV plugin, you’d have an excellent workflow!
It should support B2, since B2 uses the same protocol. If you run into any issues, feel free to file a bug report.
Thanks, I’ll check out Jekyll. If I can use the same templating, that would be great.
I’ve heard Obsidian is really good, but I’ve never used it. I’ll give it a try. :)