this post was submitted on 15 Feb 2026
108 points (93.5% liked)

Selfhosted

60409 readers
472 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] ArkHost@lemmy.world 1 points 4 months ago (1 children)

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 2 points 4 months ago (1 children)

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!

[–] ArkHost@lemmy.world 2 points 4 months ago

Thanks, appreciate it!