Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Exactly. Off by default, invisible unless you enable it.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Exactly. Off by default, invisible unless you enable it.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Fair question. Use case: you take rough notes during a meeting, no formatting, just raw thoughts. AI can clean them up, summarize, or restructure after the fact. It's completely optional though. Disabled by default, doesn't even show in the context menus unless you explicitly configure it in settings with your own API key. If you don't want it, it's like it doesn't exist.
Comment on
Gentoo Linux Begins Codeberg Migration In Moving Away From GitHub, Avoiding Copilot
Did this few months ago. Everyone should do the same.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Correct. Yes I am.
Comment on
HelixNotes - a local-first markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
vs Obsidian: Same local-first philosophy with plain .md files, but HelixNotes gives you a clean WYSIWYG editor out of the box. No plugin setup, no CSS tweaking, no learning curve. Open an app, write, close it. vs Joplin: Joplin uses its own database format internally. HelixNotes stores everything as plain markdown files in folders on your filesystem. Also Tauri instead of Electron, so much lower resource usage. Both are great projects. I built HelixNotes because I wanted UpNote's UI with Obsidian's philosophy, and that combination didn't exist.
I wrote a longer comparison here: https://helixnotes.com/why-i-built-helixnotes.html
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
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.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
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.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Appreciate the honest feedback, doesn't come over negatively at all, this is exactly what helps improve the app.
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.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
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.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Thanks for all the feedback everyone. Just shipped v1.1.0 based on what was reported here today:
Comment on
Your notes. Your files. Your rules.
Reply in thread
Electron = bloat. That's why HelixNotes is Tauri.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
You might be right. I will re-think this :)
Comment on
HelixNotes now on Android, same Rust + Tauri codebase
Reply in thread
No, notes are plain .md files on your disk. Encryption was never the goal.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Different use case. HelixNotes is for people who want a clean, simple note-taking app that works out of the box - not a customizable text processing pipeline. If Vim snippets work for you, stick with that. Not every tool needs to be for everyone.
Comment on
HelixNotes now on Android, same Rust + Tauri codebase
Reply in thread
AI-assisted, yes.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
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.
Comment on
The Age Verification Trap... Verifying user’s ages undermines everyone’s data protection
The age verification trap is just a symptom. The real disease is tech illiterate legislators making decisions about internet infrastructure.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
Correct, this has nothing to do with the helix TUI text editor in any way.
Comment on
HelixNotes - a local-first markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
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.
Comment on
HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)
Reply in thread
That's exactly the way I do it. However, the mobile app is something that will be made in the near future.