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

  • jabberwock@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    23 days ago

    Did you muck with Logseq at all? That’s my preferred note taking app and it checks a lot of your boxes, the biggest miss probably being the Electron app part. That said, I’ve never noticed any slow downs.

    But this is great to have options and a larger ecosystem. I’ll have to check it out.

    • definitemaybe@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      23 days ago

      Logseq Database version is close to beta release. I’m looking forward to that since Logseq can get slow for power users (queries) with large graphs.

    • ArkHost@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      23 days ago

      I looked at Logseq, it’s a great project. Main difference is HelixNotes focuses on a clean WYSIWYG experience out of the box rather than an outliner approach. Different workflows.