cross-posted from: https://lemmy.world/post/43147928

I built a note-taking app because the one I wanted didn’t exist. Clean UI, local .md files, no cloud, no account.

Built with Rust + Tauri 2.0 + SvelteKit. Full-text search powered by Tantivy. Graph view, AI writing tools (bring your own key), Obsidian import, version history.

Available for Linux (AppImage, APT, AUR), Windows, and macOS. Source: https://codeberg.org/ArkHost/HelixNotes

  • vort3@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    8 days ago

    Do I get it right that this is like Obsidian, but free and open source?

    How does it compare to Obsidian? Does it have note linking using square brackets?

    Not to be rude or anything like that, where I’m going is not the “we already have obsidian, why you made this” but “currently obsidian is one of the few non-FOSS things I use in Linux, would be happy to replace obsidian with this if it’s a good substitute”.

    I don’t use obsidian plugins, so I understand that HelixNotes doesn’t have this whole plugin ecosystem and can’t replace obsidian for people that rely on plugins, but for me it’s fine.

    Is android app coming?

    • ArkHost@lemmy.worldOP
      link
      fedilink
      arrow-up
      5
      ·
      8 days ago

      Yes, local-first markdown like Obsidian, but fully open source (AGPL-3.0).

      Note linking with square brackets - yes, supported. Graph view too so you can see connections between notes.

      If you don’t rely on Obsidian plugins, you’ll feel right at home.

      Android is on the roadmap, but the desktop experience comes first. Still early days.

      • vort3@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        8 days ago

        Thanks, gotta try this!

        Well, there’s Markor on android, so even without a dedicated android app, I can use Helix Notes + syncthing + Markor on the phone and ditch obsidian if it’s good.

        • ArkHost@lemmy.worldOP
          link
          fedilink
          arrow-up
          3
          ·
          8 days ago

          That’s exactly the way I do it. However, the mobile app is something that will be made in the near future.

  • iByteABit@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    8 days ago

    Is it related at all to the Helix editor, same shortcuts etc, or is it just a naming coincidence?

    • ArkHost@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      8 days ago

      Local-first means your data lives on your device as the source of truth, not on someone else’s server. How you choose to sync it - if at all, is up to you. That’s the point.

      • Masterkraft0r@discuss.tchncs.de
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        8 days ago

        nope… that’s just local.

        in that regard every text editor or any software that just CRUDs files locally would be local-first and the term would be meaningless

        local-first means that it does not need internet-access to work and use the app and synchronization comes later, when there’s time and internet access. please read up on this.

        https://www.inkandswitch.com/essay/local-first/

        these are the guys who coined the term

        edit: i originally wrote “local-first means that it does need internet-access to work and use the app…”, which is bullshit and also doesn’t make sense in the context. i added the “not” so it is clear.

  • vort3@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    8 days ago

    In case anyone is interested, AppImage won’t launch in Q4OS 5.8 (debian based distro), errors are GCC_13.0.0 not found and GLIBC_2.38 not found (which is surprising, I thought appimages ship all required packages together.

    • geneva_convenience@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      8 days ago

      Linux is such a mess when it comes to binaries. For all its bloatware Windows made much better choices to always bundle everything in executables

    • ArkHost@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      8 days ago

      Known issue - the AppImage is built on Arch so it works on Arch, Fedora, openSUSE, etc. For Debian-based distros, use the APT repo or download the .deb directly

  • Galactose@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    8 days ago

    The only thing missing is an Fdroid app & a way to sync notes across platforms.

    I’ll take a look👌

    • ArkHost@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      8 days ago

      Sync works today with Syncthing, Nextcloud, or anything that syncs folders, notes are just .md files. Mobile app is on the roadmap.

  • Übercomplicated@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    8 days ago

    This awesome, thank you for your contribution to the open source space!! I have been looking for something like this for a while :), more powerful than apostrophe, more aesthetic than neovim. This fits the bill, thank you!