Spyke

Replies

linux

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

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.

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

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:

  • 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