Features for the note taking app detailed in this guide include:

  • Self-hosted
  • Private
  • Built to last
  • Low maintenance
  • Access in one place & from any device (Obsidian charges for this feature)
  • Versioning
  • Zero vendor lock-in
  • Extendable (eg. passing text-embedded notes to AI)
  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    I think the mistake is they titled it “The last note taking app you’ll ever need” instead of “The last note taking app I’lll ever need”

    Yes, seriously. The article seems to talk mostly about their personal usecases, which is fine. This app is great and it works for them. But it won’t work for everybody and the title should probably respect that instead of having a grating title that evokes a knee jerk reaction.

    Databases are annoying it is legitimately more difficult to export data from a database to another, than it is to copy markdown notes from one folder to another. In addition to that, there are also tools that process markdown and do cool stuff with, like pandoc, beamer, revealjs, etc, which can’t really be done with the more opaque database format.

    Also this notetaking service only appears to work while online. Again, fine for them — but a dealbreaker for many people.

    • non_burglar@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 hours ago

      Really? You think it’s the “last note taking app” comment in the description?

      You don’t think maybe it’s the shoehorned AI into a project that has no real plan for how it is implemented?

      Or maybe it’s not the ai implementation, maybe it’s the fact that “respects your privacy” is incompatible with openai’s terms of use (openai can train on your notes if you supply them)?

      • moonpiedumplings@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        17 hours ago

        I’m not spotting it. “AI” is only mentioned once.

        The key and secret in the docker compose don’t seem to be API keys, but keys for directus itself (which upon a careful reread of the article, I realize is not FOSS, which might be anpther reason people don’t like it").

        Directus does seem to have some integration with openai, but it requires at least an api key and this blog post doesn’t mention any of that.

        The current setup they are using doesn’t seem to actually connect to openai at all.