HelixNotes is completely free, open source, with no bloat. Your notes should be yours.

So we made sure they are. https://helixnotes.com/

  • cybervegan@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    4 hours ago

    Seems quite good - I’ve tried a LOT of MarkDown editors over the years, but until quite recently, I’d stuck with Zettlr for a long time. I’ve recently reinstalled my laptop, which made me look for alternatives to some software, and I’ve been playing round with MarkText for the last few days, which seems nice.

    HelixNotes is definitely good - if I had to drop MarkText, I think I could get on well with it. I like that they have a debian repository, so I can keep it updated with the usual system update software. I downloaded the AppImage as a quick test, but it didn’t work because it was compiled against an old version of glibc.

    The only thing I don’t like so far is the format toolbar is at the bottom of the editor screen, and I haven’t found a way to move it.

  • siravious@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    6 hours ago

    Looks cool… but as an Obsidian user, i’m uncertain as to the depth of the differentiators. Open source sure, but obsidian has served me well and is lightning fast to open even with all core plug-ins enabled plus several community plug-ins. Nearly all of which are optional anyway.

    Obsidian also has quite a moat in terms of third-party functionality enhancements with very feature rich examples like Xcalidraw.

    They also offer an end to end encrypted synchronization service that works better than file based synchronization services like iCloud, and a publish service that also works well.

    No casting of aspersions, but as a former fortune 500 decision-maker for enterprise software in the millions, I have a tendency to critically think about why X vs Y for my personal stack as well. Counterpoints welcome!

    • Ozymandias88@feddit.uk
      link
      fedilink
      English
      arrow-up
      6
      ·
      5 hours ago

      Enshitification.

      If they were really committed to keeping it “for the users” they would open source it.

      The fact that they haven’t means they are keeping in their back pockets enshitification to drive more users to paid options in case their current investment dries up.

      • pemptago@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        4 hours ago

        I love FOSS and Obsidian is literally the only close-sourced software in my stack, but open source is not necessary to prevent enshittification, not if you have interoperability. As long as data is stored in md files, if the obsidian team makes bad moves people can pack up and migrate to logseq or other competitors. While the 3rd party plugins add enhancements that might bog down switching, many of those plugins are open source and could be ported.

  • bleustenns@lemmy.ml
    link
    fedilink
    arrow-up
    6
    arrow-down
    3
    ·
    6 hours ago

    Was AI used in the process of making this app, and if so, how? I have personal issues with using ‘vibe-coded’ software. This looks very, very nice, so I figured I’d ask.

    • rockyroad226@lemmy.worldOP
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      6 hours ago

      Thanks for asking. Yes, we use AI as a tool in our workflow. The difference between our workflow and ‘vibe coding’ is that we can catch and fix problems. We’re not just shipping whatever an AI produces and hoping it works.

  • Voroxpete@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    8 hours ago

    If - hypothetically - you were trying to convince me that this is better than Notesnook, what would your pitch be?

    • rockyroad226@lemmy.worldOP
      link
      fedilink
      arrow-up
      7
      ·
      8 hours ago

      Since you’re using Notesnook, I’m guessing you strongly care about your privacy and data security. Notesnook encrypts your notes before they leave which is great, but with HelixNotes, there’s nothing to intercept in the first place. Your notes live on your device. You decide if they ever go anywhere. In addition to that, HelixNotes is free with no account creation.

      • Voroxpete@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        ·
        7 hours ago

        I guess I should specify that I’m selfhosting Notesnook, so the data never leaves my personal device ecosystem, and the central sync server is a big plus for me. No account required either (apart from the ones I create on the server I control).

  • helpImTrappedOnline@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 hours ago

    I still use Simple note.

    While I’d prefer one that isn’t owned by the same people as WordPress and not sync to their cloud, it is open source and free. I figure it beats Google or MS notes, and don’t have to manage syncing all the files. No AI nonsense either (at least for now)

    Easy for shopping lists and jotting stuff down, there’s an app for all the major OSs. I definitely don’t trust it for anything important or sensitive.

      • JustEnoughDucks@slrpnk.net
        link
        fedilink
        arrow-up
        1
        ·
        5 hours ago

        Personally I have only a hundred notes or so and really only the basic plugins and it still takes up to 10 seconds to load and become usable on my phone.

        It is definitely not fast loading up but it is very fast in most other use cases I have seen. At work I use it with getting more towards 1000 notes and it works fine there usually, though there is some windows+ electron weirdness

      • bitwolf@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        13
        ·
        20 hours ago

        Electron runtime in general. It seems all of the popular cross platform note taking / knowledge garden apps are electron.

        I long so much for a native version that I started learning QTQuick to do just this.

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    51
    ·
    1 day ago

    I’ll wait a few months and then check in again.

    It stores all metadata in YAML frontmatter and doesn’t cache in an SQLite blob? I bet that decision will be reversed pretty quickly once people try to migrate a 10k+ note collection and want to do operations like search immediately instead of scanning every file to build an in-memory cache.

    • rockyroad226@lemmy.worldOP
      link
      fedilink
      arrow-up
      45
      arrow-down
      2
      ·
      1 day ago

      You’re right that all metadata lives in markdown frontmatter, but it’s not uncached. The notes list also only reads around 2KB frontmatter, so it stays fast well past 10k notes. We do have some tweaks planned though to optimize this even further. This is a great suggestion, thank you!

    • mogoh@lemmy.ml
      link
      fedilink
      arrow-up
      36
      arrow-down
      5
      ·
      1 day ago

      The whole website looks like AI.

      Also the commit history is only 3 month old and the first commit is 26000 lines. How ever this could be longer in development and commits could be squashed. At this point, I doubt it though.

      • ZeroHora@lemmy.ml
        link
        fedilink
        English
        arrow-up
        11
        arrow-down
        1
        ·
        1 day ago

        They could be hosting the source code on github or something like that and changed to couldberg no?

          • Dultas@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            17 minutes ago

            Depends how you do it. Add a new remote and push, sure. Copy the src into a newly init repo, not so much. Granted there is no reason to do the latter but you could.

          • Thorry@feddit.org
            link
            fedilink
            arrow-up
            13
            arrow-down
            3
            ·
            1 day ago

            This isn’t a guarantee and also assumes the previous version management was git.

      • grapemix@lemmy.ml
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        1 day ago

        He did one big rewritten before because of poor gui speed. I won’t comment on of if he use ai or not or code quality, but you can probably search old posts about his rewritten. I do agree dev should keep his git history less susceptible especially in this ai slop age

    • eldavi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 day ago

      the advertising is troubling to me somehow; it has a budget and someone deciding were to spend the money on advertising.

      • rockyroad226@lemmy.worldOP
        link
        fedilink
        arrow-up
        24
        arrow-down
        1
        ·
        1 day ago

        the advertising is troubling to me somehow; it has a budget and someone deciding were to spend the money on advertising.

        I’m not being paid to advertise. This is just my contribution to the project.

    • chrash0@lemmy.world
      link
      fedilink
      arrow-up
      10
      arrow-down
      13
      ·
      1 day ago

      automatically responding that this was created with an LLM? this is absolutely screaming LLM