ArkHost/HelixNotes
14
150
Fork
You've already forked HelixNotes
13

Some features I would love. #65

Closed
opened 2026年05月21日 08:40:36 +02:00 by overthedark · 5 comments

This is going to be a long list (some of these HelixNotes might already have as I just started using it), but I would appreciate if the team could implement at least a couple of them.

Features Suggestions:

  • Universal OCR Search: Make all text inside images, videos, audio, documents, and handwritten notes fully searchable.
  • Voice Suite: Built-in audio recorder featuring seamless, accurate audio-to-text transcription and text-to-speech playback.
  • Web & Video Clipper: Download webpages and videos directly into the app, automatically generating searchable transcripts for video content.
  • Canvas & PDF/Document Annotation: A dedicated space for sketching, handwriting, and marking up documents (like GoodNotes) with fully searchable handwriting recognition.
  • Unified Task Calendar: A workspace-wide to-do list that automatically syncs and visualizes tasks on an integrated calendar view.
  • Universal File Previewer & Editor: A robust, all-in-one engine to preview, edit, annotate, and search across almost any file format. Including; docs, slides, sheets, PDFs, images, videos, and code files.
  • Community Plugin Ecosystem: A modular plugin architecture allowing users to build and install custom features, which can later be merged into the core app based on popularity.
  • Native Publishing: A one-click system to turn notes or digital spaces into publicly accessible webpages or formatted articles.
  • Web Companion Access: A web-based interface ensuring seamless access to the entire workspace from any desktop or browser.
  • Real-Time Collaboration: Multi-user editing, sharing, and workspace collaboration tools built directly into the app.
  • Workspace RAG Chat: An integrated AI assistant that chats directly with your notes, pulling context from your entire workspace to answer questions, synthesize topics, and find obscure facts instantly.
  • Stylistic Mimicry: An adaptive AI engine that analyzes your personal writing habits, vocabulary, and tone so that any text, drafts, or summaries it generates sound authentically like you.
  • AI-Powered Learning: Integrated study tools that automatically generate personalized flashcards and smart review materials directly from your note collections.
  • BYO / Local AI: Support for running local, on-device LLMs (like AnythingLLM) directly on your mobile device for maximum data privacy and offline AI capabilities.
This is going to be a long list (some of these HelixNotes might already have as I just started using it), but I would appreciate if the team could implement at least a couple of them. Features Suggestions: - **Universal OCR Search:** Make all text inside images, videos, audio, documents, and handwritten notes fully searchable. - **Voice Suite:** Built-in audio recorder featuring seamless, accurate audio-to-text transcription and text-to-speech playback. - **Web & Video Clipper:** Download webpages and videos directly into the app, automatically generating searchable transcripts for video content. - **Canvas & PDF/Document Annotation:** A dedicated space for sketching, handwriting, and marking up documents (like GoodNotes) with fully searchable handwriting recognition. - **Unified Task Calendar:** A workspace-wide to-do list that automatically syncs and visualizes tasks on an integrated calendar view. - **Universal File Previewer & Editor:** A robust, all-in-one engine to preview, edit, annotate, and search across almost any file format. Including; docs, slides, sheets, PDFs, images, videos, and code files. - **Community Plugin Ecosystem:** A modular plugin architecture allowing users to build and install custom features, which can later be merged into the core app based on popularity. - **Native Publishing:** A one-click system to turn notes or digital spaces into publicly accessible webpages or formatted articles. - **Web Companion Access:** A web-based interface ensuring seamless access to the entire workspace from any desktop or browser. - **Real-Time Collaboration:** Multi-user editing, sharing, and workspace collaboration tools built directly into the app. - **Workspace RAG Chat:** An integrated AI assistant that chats directly with your notes, pulling context from your entire workspace to answer questions, synthesize topics, and find obscure facts instantly. - **Stylistic Mimicry:** An adaptive AI engine that analyzes your personal writing habits, vocabulary, and tone so that any text, drafts, or summaries it generates sound authentically like you. - **AI-Powered Learning:** Integrated study tools that automatically generate personalized flashcards and smart review materials directly from your note collections. - **BYO / Local AI:** Support for running local, on-device LLMs (like AnythingLLM) directly on your mobile device for maximum data privacy and offline AI capabilities.

+1 for the features.

I would add/ask :

  • Notebooks Encryption : Encrypt notebook directly. Use a password to open.
+1 for the features. I would add/ask : - **Notebooks Encryption** : Encrypt notebook directly. Use a password to open.

Thanks for the detailed list, and thanks @NiveksHovel for chiming in.

Let me be honest about where HelixNotes is headed. The point of this app is to stay a focused, local markdown editor: your notes are plain .md files on your disk. No cloud, no account, no sync, no lock-in, and light enough to open instantly. A lot of the list, cool as it sounds, would pull it the other way and turn it into a different product. So I'm saying no to most of it on purpose. That's a design choice, not laziness.

What I'm open to, because it fits the local/plain-text model:

  • Web clipper that saves a page as markdown (the clip part, not video downloads)
  • A task/calendar view that collects the checkboxes already in your notes
  • "Chat with your notes," but local only (Ollama + local embeddings) so nothing leaves your machine

On BYO/local AI: that's already the design. The current release runs fully local against Ollama, plus bring-your-own-key with OpenAI or Anthropic. Next release adds support for any OpenAI-compatible endpoint, so you can point it at whatever server you want.

The big ones (OCR, voice transcription, handwriting, editing office docs, video downloading, real-time collab, web sync, flashcards) I'm passing on. Each is basically its own project, and bundling them would wreck the "fast and simple" part that makes HelixNotes worth using. A dedicated tool will always beat a notes app trying to do everything. Narrow scope is the feature, not a limitation.

On notebook encryption: I get the appeal and I'm thinking about it. The catch is it fights the "your notes are just plain files you own" principle, so if I do it, I want to do it without trapping your data. No promises yet. For now, what I do personally is full-disk encryption with LUKS, which covers the whole problem without the app touching it.

Appreciate the enthusiasm. Keeping scope tight is what keeps this thing good.

Thanks for the detailed list, and thanks @NiveksHovel for chiming in. Let me be honest about where HelixNotes is headed. The point of this app is to stay a focused, local markdown editor: your notes are plain .md files on your disk. No cloud, no account, no sync, no lock-in, and light enough to open instantly. A lot of the list, cool as it sounds, would pull it the other way and turn it into a different product. So I'm saying no to most of it on purpose. That's a design choice, not laziness. What I'm open to, because it fits the local/plain-text model: - Web clipper that saves a page as markdown (the clip part, not video downloads) - A task/calendar view that collects the checkboxes already in your notes - "Chat with your notes," but local only (Ollama + local embeddings) so nothing leaves your machine On BYO/local AI: that's already the design. The current release runs fully local against Ollama, plus bring-your-own-key with OpenAI or Anthropic. Next release adds support for any OpenAI-compatible endpoint, so you can point it at whatever server you want. The big ones (OCR, voice transcription, handwriting, editing office docs, video downloading, real-time collab, web sync, flashcards) I'm passing on. Each is basically its own project, and bundling them would wreck the "fast and simple" part that makes HelixNotes worth using. A dedicated tool will always beat a notes app trying to do everything. Narrow scope is the feature, not a limitation. On notebook encryption: I get the appeal and I'm thinking about it. The catch is it fights the "your notes are just plain files you own" principle, so if I do it, I want to do it without trapping your data. No promises yet. For now, what I do personally is full-disk encryption with LUKS, which covers the whole problem without the app touching it. Appreciate the enthusiasm. Keeping scope tight is what keeps this thing good.

@ArkHost I appreciate everything you just said, it's amazing that you even responded and I completely understand the direction your trying to take this product. I hope it all goes well for you.

@ArkHost I appreciate everything you just said, it's amazing that you even responded and I completely understand the direction your trying to take this product. I hope it all goes well for you.

Again, I have to agree with @overthedark , it's amazing that you even responded and I thank you for taking the time to answer back.
I too understand the direction your taking your product and I hope this product is adopted by many.

To be fair, of all the software I used, this is the one that comes closest to being perfect. And I tried a lot of apps lol.

Once again, thank you for all the time invested to code and answer back to questions.

Again, I have to agree with @overthedark , it's amazing that you even responded and I thank you for taking the time to answer back. I too understand the direction your taking your product and I hope this product is adopted by many. To be fair, of all the software I used, this is the one that comes closest to being perfect. And I tried a lot of apps lol. Once again, thank you for all the time invested to code and answer back to questions.

Closing this out. To recap: the Task Calendar you asked for is already there (Tasks view + Calendar, v1.3.0+). The rest are beyond the focused local markdown editor scope I mentioned above. Thanks for the thoughtful list and for understanding the direction.

Closing this out. To recap: the Task Calendar you asked for is already there (Tasks view + Calendar, v1.3.0+). The rest are beyond the focused local markdown editor scope I mentioned above. Thanks for the thoughtful list and for understanding the direction.
Sign in to join this conversation.
No Branch/Tag specified
main
fix/vault-indication
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.9
v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ArkHost/HelixNotes#65
Reference in a new issue
ArkHost/HelixNotes
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?