Skip Navigation

Posts
5
Comments
53
Joined
2 wk. ago

  • Not at this moment. Which local model would you like to see as an additional option?

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

  • The current DMG is an Intel build but runs fine on Apple Silicon through Rosetta. Native ARM build is on the list.

  • Thanks, appreciate it!

  • The import dialog warns you to make a backup before running as it modifies files in place. That said, the frontmatter overwrite on just viewing a note is a valid bug. I'll fix that, notes should only be modified when you actually edit them.

  • 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

  • Appreciate the honest feedback, doesn't come over negatively at all, this is exactly what helps improve the app.

    • Obsidian wiki links not converting properly during import: that's a bug, will be fixed in the next release.
    • View mode, math support, frontmatter behavior, and the other UX points: all noted and will be considered. So far I've focused on features I use personally, but if something makes sense, improves the app, and keeps it focused without bloat, I just implement it.
    • The LockFile bug and empty graph view: I haven't seen this behavior yet but I'll look into it.

    HelixNotes isn't trying to be a replacement for Obsidian. It was a replacement for Obsidian for me, but different people have different needs. Thanks for taking the time.

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

  • No, completely separate project. Just a coincidence in naming.

  • You might be right. I will re-think this :)

  • 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.

  • 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.

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

  • 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.

  • 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.

  • 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.

  • The name comes from the double helix. Structured but flexible, like how notes should be. Trilium is a solid project, but it stores notes in an SQLite database and runs on Electron. HelixNotes keeps everything as plain .md files and uses Tauri, so much lighter on resources.

  • It's on the list. Flatpak packaging is coming.

  • Not at this stage. It's something I'm considering but the priority is getting the core experience right first.