

Not on the roadmap. Notes are plain .md files on your disk. What I do is luks encrypt at the filesystem level.


Not on the roadmap. Notes are plain .md files on your disk. What I do is luks encrypt at the filesystem level.


Different tools. LogSeq is outliner tool with a database backend. HelixNotes is a markdown editor (with default WYSIWYG editor) with plain .md files on disk


Sure, working on that.


No built-in sync planned for now. Notes are plain .md files so you can sync the folder however you want. I personally use Syncthing for this and it works great.


No, notes are plain .md files on your disk. Encryption was never the goal.


Definitely, yes. I’m trying to tackle them one by one.


AI-assisted, yes.


Ollama is now also possible.


Thanks, appreciate it!


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


Electron came first and has a massive ecosystem. Most apps were built before Tauri was mature enough. Switching frameworks is expensive, so existing apps stay on Electron. New projects are increasingly picking Tauri though.


Tauri is an alternative to Electron. Both are frameworks for building desktop apps with web technologies, but Electron bundles a full Chromium browser (which is why Electron apps use so much RAM). Tauri uses your OS’s native webview instead, much smaller, much lighter. Both are open source. The difference is resource usage.


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.


Mac Cmd shortcuts fixed in v1.1.0, just shipped. Thanks for reporting it.


Fixed in v1.1.0


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


Not like Typora, no. HelixNotes has a WYSIWYG editor and a source mode toggle, two separate views. Not inline markdown rendering.


You have both - the WYSIWYG editor and a way to switch to the Markdown editor.


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.
Honestly, I can add it to Codeberg instead of HelixNotes. Codeberg allows 100MB per file upload inside a release. So this will not be an issue for the Android version. Will do it.
For IzzyOnDroid, I’m working on it since they don’t like the fact that Anthropic/OpenAI (Cloud AI) options are in the app.