Currently I’m using Joplin with Syncthing-backed file system synchronization. I’m pretty pleased with it, as I do like tagging- and Markdown-based systems.

I plan to upgrade to server-based synchronization, but before doing that, however, I wanted to see what other people are using.

Edit: So far I see a slight favor towards Joplin and Logseq, but I totally didn’t expect (and appreciate) getting so many different answers.

  • @heyoni@lemm.ee
    link
    fedilink
    English
    05 months ago

    Just fyi notesnook is not really “zero knowledge”. They’re misusing that term.

      • @heyoni@lemm.ee
        link
        fedilink
        English
        15 months ago

        Notesnook makes that claim. Why wouldn’t you consider that relevant when it’s the first thing you’re presented with on their website? And don’t even mention self hosting, that’s not only the last item on their roadmap but it’s also been there for a very long time with no updates.

        Not sure why you’re getting defensive, this has nothing to do with you.

        • @Father_Redbeard@lemmy.ml
          link
          fedilink
          English
          15 months ago

          Not defensive at all, just didn’t know where your comment came from. Do you have a link I can check out regarding that? Happy to read up on it. As far as self host, Dev team stated in their discord channel that they are still planning on it but want to get it buttoned up because once it’s launched they can’t take it back, paraphrasing what he actually said.

          • @heyoni@lemm.ee
            link
            fedilink
            English
            15 months ago

            That’s fine, I was just trying to add the the conversation.

            There’s this page that actually explains the encryption as it is: https://vericrypt.notesnook.com/ Zero knowledge is mentioned here and in a few other places. They’re misusing the term as a marketing device, knowingly or not I couldn’t say.

            As for how I know? It’s easy enough to check zero knowledge by logging into the service. If a password is enough to display your notes, the service is not zero knowledge. There should be a second set of credentials known only to the user that gets entered with each new login to actually decrypt the contents of your notes. If you’ve ever used matrix chat you would either enter in the private key yourself or match some emojis on an already authenticated client that would then pass that private key in a peer-to-peer fashion.

            I haven’t verified this myself but I can clearly see from the website how the encryption is described vs the marketing terms being used.

            • @Father_Redbeard@lemmy.ml
              link
              fedilink
              English
              15 months ago

              I see. Admittedly it’s been a minute since I’ve logged into a new session of Notesnook. But accessing the web portal prompts for my login name, password, and then a 2FA code sent to my email address. Within the app (at least on Android) there is an option for no privacy, some privacy, and max privacy. Which have various behaviors when you navigate away from the app or close and reopen. I’m no expert, but do these sound like zero knowledge in this context?

              I’ve still not decided whether I’ll stick with them, but I do like the app and was able to get a year of their pro membership for less than half off, so I figured I’d give it a try and at the very least support the devs to some degree.

              • @heyoni@lemm.ee
                link
                fedilink
                English
                2
                edit-2
                5 months ago

                I looked at their test app and nothing looks like zero knowledge to me in the settings. The closest thing I see is private vault but that just sounds an extra layer of password locking (and encryption too) but not in a way that would prevent the company itself to see its contents (confirmed here). The dev in that thread failed to disabuse the user of that notion will leads me to believe the term is being knowingly misused.

                Zero knowledge is supremely annoying to implement and also very risky because if your users lose access to their private encryption key that they have to write down during signup, their data cannot be retrieved and it’s gone forever. That means if you specifically were using that feature, you would know it from all the nagging during signup about those risks.

                And again, there’s a very simple way to test this. Just try logging in from a new device. You should not be able to see any decrypted notes without either entering in that private key or having another device be online to share it. If you’re thinking maybe the private vault is a secret key only you have, just see the github issue above. It’s not.

                Having said all that…

                I’m not advocating for zero knowledge in every service. I mentioned it because the marketing bugged me and felt misleading. I honestly have no idea if their app is good or not but it does look pretty. Just make sure you trust them with what you’re putting on their servers.

                /edit I’m sorry I want to make sure I’m not spreading misinformation and stumbled on this thread where the author claims they cannot read any of the users’ data on their servers but then everyone else in the comments is debating whether it’s just end to end encryption or some other derivative marketing term. Honestly I’m just gonna say it “I don’t know”. If it’s zero knowledge and you didn’t get a special string on top of your password then that means your password is your key and password resets should be impossible or come with a side of “losing all of your notes”.

                • @Father_Redbeard@lemmy.ml
                  link
                  fedilink
                  English
                  15 months ago

                  Fair enough. I appreciate the context and additional information. Gives me things to think about. I’m currently using Obsidian even though it’s not FOSS, the file format is simple text files in folders making “escaping” the ecosystem easy, should I need to. Notesnook of course doesn’t do that, but they do have a much better handling on tasks/to-do within your PKM than Obsidian does.

                  I’ll admit I love notes apps. Have for years. So any new shiny one that comes out I at least try it even if I’m happy with Obsidian. Personal failing, I suppose.

                  • @heyoni@lemm.ee
                    link
                    fedilink
                    English
                    15 months ago

                    I’m not judging, not sure how or why you think you’re failing but it’s not coming from me!

                    I’m like you, I use Bear for when I’m lazy and emacs for everything else. Two polar opposites but at least with Bear I can collaborate with my wife without complication.