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

  • amateurcrastinator@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    25 days ago

    All I know is tauri is the name given to Earth by the goa’uld. When did this came up? Everytime I blink another language appears

  • 3abas@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    26 days ago

    Your website says “No sync. No lock-in. No bullshit”

    Would you mind elaborating on the thought there? Why no sync?

    I use obsidian with self hosted live sync, my notes are mine and they live on my hardware, but they are always in sync between my devices. If I’m on my desktop and take notes, I can pull them up on my laptop or even my phone. With this, I can’t reference my notes (or update them) until I’m back on my desktop.

    The line “No sync. No lock-in. No bullshit” tells me you’re opposed to it on principal, meaning you don’t intend to ever add the ability to sync, and that’s a nonstarter for me and a lot of people I image. I’d love to migrate from obsidian to something open source, and I’d love to potentially spend time working on contributing a self hosted live sync like feature, but I need to know if my work and pull request will be immediately rejected on a principal I’m not sure I understand?

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

      Good question. “No sync” means no built-in cloud sync - not that sync is impossible. Your notes are plain .md files in a folder, so you can sync them with Syncthing, Nextcloud, rsync, Git, or anything else you already use. The app watches the filesystem for external changes and picks them up automatically.

      The philosophy is: I don’t decide where your files go. You do.

      As for contributions - absolutely welcome. PRs won’t be rejected on principle. If you want to work on a self-hosted sync feature, open an issue on Codeberg and let’s discuss the approach first. I’d love to see it.

      • 3abas@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        26 days ago

        Sounds good, I’m trying out the app and seeing if I can really use it to replace obsidian, and I might dedicate some time to contribute if I end up using it. I agree with your assessment that obsidian’s customization with its plugin eco system leads to it becoming a side project that you have to baby instead of just a note taking app.

        I don’t use a lot of plugins on obsidian, but I use rely on a few that make organizing notes easier, mainly:

        1. Daily notes: I really like being able to click one button to create a note with a date and organized into date folders, these are usually quick notes that reference bigger notes. Not being able to do it with a click means I just won’t do it at all, so my quick notes could very quickly become a giant list of unorganized files in the vault root.
        2. Templates: not a huge deal, I can manually apply templates from a template .md file, but it’s a nice feature.

        On sync, two problems with using “whatever” to sync entire vault:

        1. I have to install and configure syncing on every device, and make sure they’re connected
        2. Merge conflict and sync order! I used to use seafile I sync, and I can’t tell you how frustrating it was to lose entire notes because they were overwritten externally.
        • ArkHost@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          26 days ago

          Great feedback.

          1. Daily notes - not there yet but it’s a straightforward feature to add. I’ll put it on the roadmap.
          2. Templates - same, noted.
          3. Sync conflicts - fair point. HelixNotes watches the filesystem for external changes, but conflict resolution when two devices edit the same note is a real problem with any file-based sync. Syncthing handles this better than most (it creates conflict copies instead of overwriting), but it’s not perfect.

          If you end up trying it and want to contribute, open issues on Codeberg for what you’d like to see. Contributions are very welcome.

          • 3abas@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            25 days ago

            Oh, forgot to ask, are mobile apps on the roadmap?

            Obviously your chosen tech stack makes that difficult, but notes on the go are pretty essential.

            • ArkHost@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              25 days ago

              I’m thinking about the mobile app in terms of how already. But it’s definitely on the roadmap.

      • teawrecks@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        2
        ·
        26 days ago

        Are there plans for mobile apps? In particular, obsidian and nextcloud don’t seem to work well together on android. Changes made to files via obsidian don’t get picked up by nextcloud unless I manually go sync the file. This might just be nextcloud’s app dropping the ball.

  • ArkHost@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    7
    ·
    25 days ago

    Thanks for all the feedback everyone. Just shipped v1.1.0 based on what was reported here today:

    • Obsidian wiki link import fix
    • macOS Cmd key shortcuts (was showing Ctrl)
    • Frontmatter no longer modified on notes you don’t edit
    • KaTeX math support
    • Daily Notes
    • Tag management (single + batch)
    • View mode toggle + focus mode improvements
    • Source mode search
    • Notebook delete confirmation
    • Collapsible sidebar tags
  • captcha_incorrect@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    23 days ago

    Is it possible to view files in the root of the vault?
    Also, is it possible to show non .md files?

    My use case for the second question is that I have .pdf and .xml that acompanies my notes. Having HelixEditor showing them as well (or opening them in system default editor) would be nice.

    • IllNess@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      21 days ago

      Not ideal since you can’t easily sort by folder hierarchy but you can see your root files in All Notes.

  • teolan@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    26 days ago

    Note taking App, AI in the front page… I don’t think you understand the point of taking notes.

    • ArkHost@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      26 days ago

      AI is optional, disabled by default, and doesn’t even show in the UI unless you enable it. The app works fully offline with zero AI involvement.

  • brbposting@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    26 days ago

    Very nice. The screenshots look promising!

    MacDown is pretty solid, but I’ve been looking at alternatives. Unfortunately, while MarkText may be feature-rich, latency is untenable. I think that one’s an Electron app.

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

      Thanks! Latency was one of the main reasons I went with Tauri instead of Electron. HelixNotes launches instantly and stays light. Give it a try.

  • dan@upvote.au
    link
    fedilink
    English
    arrow-up
    2
    ·
    26 days ago

    Looks like an interesting project!

    Could you please consider publishing it to Flathub?

    • Mugita Sokio@feddit.online
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      2
      ·
      26 days ago

      Not the developer, though that could be an option for sure. I’d highly recommend looking at the security holes for Flatpak, and it’s got a ton of them. They’re getting fixed, though I don’t even have Flatpak installed on my machine.

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        1
        ·
        26 days ago

        Are there security issues specific to Flatpak? I would have thought it’d be more secure than Appimage, since it’s sandboxed.

  • IllNess@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    26 days ago

    Mac user her. I’ve been using Markflowy after MacDown stopped development. I will give this a shot.

    Thank you for your work.

    • IllNess@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      26 days ago

      Hi OP. I am really enjoying using HelixNotes.

      I love the way it looks and all the features. I was able to use the same folder I use MarkFlowy and Marknote.

      My only critique is the Ctrl key in Windows and Linux menu shortcuts is usually changed to Cmd for Mac. It really isn’t a big deal but I think a lot of Mac users will notice this instantly. I tried creating an note with Cmd + N since is the default for all other Mac apps. I saw the Shortcuts in the Info section and I was hoping you could customize the Keyboard Shortcuts, but you can’t.

      It isn’t a big deal with me. So far I am enjoying this more than MarkFlowy and Marknote. If you don’t change for whatever reason, I understand and I will continue to use your HelixNotes.

      Again thank you for your work.

      • IllNess@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        26 days ago

        Me again. Last time tonight, I promise.

        My favorite features so far, making the edit toolbar disappear in source mode and Focus mode. Quick access is also really useful.

        One more thing I don’t like, it was adding a header to my edited notes.

        Example:

        ---
        id: "9242199e-992b-4c58-9b4f-85a6949d424d"
        title: "Books"
        tags: []
        pinned: false
        created: 2026-02-15T04:32:13.600656+00:00
        modified: 2026-02-15T04:32:17.240423+00:00
        ---
        

        This doesn’t look great in MacOS preview. This might be one of those things that it was simplest to just add this directly to the file rather than creating some kind of database or a bunch of dot files. Again, not a deal breaker for me. Would adding it to the bottom be possible instead?

        Thank you.

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

          Really appreciate the detailed feedback.

          You’re right about the Mac shortcuts - Cmd should replace Ctrl on macOS. That’s a bug, I’ll fix it.

          As for the frontmatter - Jayjader is correct, it’s standard markdown frontmatter. It’s how HelixNotes tracks metadata without using a database or sidecar files. Moving it to the bottom would break compatibility with every other markdown tool that reads frontmatter. But I understand it’s not pretty in a plain preview - that’s the tradeoff for keeping everything in plain .md files with no hidden database.

          Glad you’re enjoying it. Keep the feedback coming, this is exactly what helps improve the app.

          • IllNess@infosec.pub
            link
            fedilink
            arrow-up
            2
            ·
            26 days ago

            Thank you for the explanation.

            I will continue to use it and provide feedback. So far, really great.

            I nearly take all my notes in markdown. I am always excited to try another open source markdown program.

            HelixNotes is super polished.

            Thanks!

        • Jayjader@jlai.lu
          link
          fedilink
          English
          arrow-up
          5
          ·
          26 days ago

          Hi, not OP, but: that’s known as frontmatter, it’s somewhat widespread, and thus I suspect that it’s much more difficult to have it live at the end of your markdown files than in a separate file or db altogether - unless OP is already rolling their own markdown parser.

  • wia@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    25 days ago

    What does it do that obsidian doesn’t? Why would I switch? Genuinely interested.

    • ArkHost@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      25 days ago

      Obsidian’s default editor is barebones, you need plugins to get a usable experience. HelixNotes gives you rich editing out of the box: formatting toolbar, slash commands, source mode toggle. No setup. It’s also not Electron. Rust + Tauri 2.0 & Svelte fraction of the RAM, launches instantly. Same philosophy though: local .md files, no cloud, no lock-in. If Obsidian works for you, no reason to switch.

  • Colorslie@feddit.org
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    26 days ago

    I just downloaded. Looks amazing. I will try it out. Do you have a Patreon Page or something?

    • ArkHost@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      26 days ago

      Thanks! No Patreon yet, but I’ll set something up. For now, the best support is feedback and bug reports.

      • Colorslie@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        25 days ago

        So far it has been smooth sailing. But I will report. Only things Iam missing are:

        • the ability to open notes side by side or alternatively to open a second instance of the app.
        • ability to swap/move line up/down via shortcuts with arrow keys
        • showing line numbers

        maybe you can consider these for the future.

        • ArkHost@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          24 days ago

          Great! Thanks for the feedback.

          All 3 enhancements noted. Will be implemented in next release.

          Update: The line shortcuts and line numbers will be in the next release. The side-by-side/split view requires a significant architecture refactor, so that one will take longer - it’s on the roadmap but not for the immediate next release.

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

              You can now open a note in a separate window. This has been added in v1.1.6, along with other fixes and feature additions.

    • ArkHost@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      26 days ago

      Not yet, but it’s a straightforward feature to add. Open an issue on Codeberg and I’ll get it on the roadmap.