

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


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


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.


The fact you need a guide to get a working Notepad and Paint back says everything about the state of Windows 11 and Microsoft.


The age verification trap is just a symptom. The real disease is tech illiterate legislators making decisions about internet infrastructure.


Ollama is now also possible.


You can now open a note in a separate window. This has been added in v1.1.6, along with other fixes and feature additions.


Did this few months ago. Everyone should do the same.


Great! Thanks for the feedback.
All 3 enhancements noted. Will be implemented in next release.
Update: The line shortcuts and line numbers will be in the next release. The side-by-side/split view requires a significant architecture refactor, so that one will take longer - it’s on the roadmap but not for the immediate next release.


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.


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


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


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.


Correct. Yes I am.


Exactly. Off by default, invisible unless you enable it.
Yes, it supports LaTeX math blocks via KaTeX.