• hperrin
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    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.

    • mac@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 days ago

      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!

      • hperrin
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        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. :)