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
    0
    ·
    1 month 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
      0
      ·
      1 month 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.