Hi Helix Note maintainers,
First of all, thank you for the work on this application. It is a really solid and well-designed tool, and I’ve already adopted it in my workflow. I appreciate the overall philosophy and simplicity of the project.
I am writing this report to share a few issues I have noticed, as well as some possible improvements that could be useful.
1. Bug: Font scaling not working on Android
On the Android application, everything works well in general, but I have encountered a clear issue regarding font scaling.
When I go into the settings and change the font size, nothing happens. The font remains exactly the same size regardless of the selected value.
This is particularly important in my view, because font scaling is a key accessibility and usability feature, especially depending on screen size and user preferences. On my device, this setting currently has no effect at all.
2. Code/Markdown editing mode: lack of line wrapping
When switching to code mode to edit the original Markdown content, there does not seem to be any automatic line wrapping.
If a line becomes long (for example, long paragraphs), it requires horizontal scrolling using the bottom bar, which becomes quite inconvenient for longer texts.
It would be very helpful to either:
- enable word wrapping by default in this mode, or
- add an option in the settings to toggle line wrapping behavior.
3. Markdown handling and embedded HTML
Some users have already mentioned issues related to HTML tags being embedded inside Markdown documents during editing (for example tables, text alignment, right/left justification, or colors).
I fully understand the intention to keep the application simple and lightweight, and I think this philosophy is very good overall. However, it might still be worth considering an option in settings for a strict Markdown mode.
This could:
- enforce pure Markdown output
- prevent or strip embedded HTML tags
- possibly come with a clear warning that some formatting features would be disabled
This would give users more control, especially those who want portability and clean Markdown files.
4. Question / UX concern: folder file count only reflects root-level Markdown files
There is one additional point I would like to raise, which is not strictly a bug or a feature request, but more of a UX question.
In the left navigation panel, each folder is displayed with a number next to its name. From what I understand, this number represents the count of Markdown files located directly at the root of that folder, and it does not include files contained within subfolders.
As a result, a folder that contains only subfolders with many Markdown files inside them will still show a count of zero. This can be misleading when browsing a large structure, since some folders appear empty even though they actually contain a significant number of Markdown files deeper in the hierarchy.
Conversely, there are also cases where a folder shows zero because it genuinely contains no Markdown files, which makes sense. The issue is that the same indicator is used for both cases, even though the underlying situations are quite different.
I understand the idea of giving a quick overview of files at the folder level, and I think it is useful in principle. However, the current behavior creates some ambiguity when navigating complex directory structures. I am not sure what the best solution would be (recursive counting, different indicator, optional behavior, etc.), but I wanted to share this observation as it has been slightly confusing in practice.
Closing
Once again, thank you for your work on this project. It is a very impressive application with a lot of potential, and I am looking forward to its evolution.
Best regards,
Hi Helix Note maintainers,
First of all, thank you for the work on this application. It is a really solid and well-designed tool, and I’ve already adopted it in my workflow. I appreciate the overall philosophy and simplicity of the project.
I am writing this report to share a few issues I have noticed, as well as some possible improvements that could be useful.
## 1. Bug: Font scaling not working on Android
On the Android application, everything works well in general, but I have encountered a clear issue regarding font scaling.
When I go into the settings and change the font size, nothing happens. The font remains exactly the same size regardless of the selected value.
This is particularly important in my view, because font scaling is a key accessibility and usability feature, especially depending on screen size and user preferences. On my device, this setting currently has no effect at all.
## 2. Code/Markdown editing mode: lack of line wrapping
When switching to code mode to edit the original Markdown content, there does not seem to be any automatic line wrapping.
If a line becomes long (for example, long paragraphs), it requires horizontal scrolling using the bottom bar, which becomes quite inconvenient for longer texts.
It would be very helpful to either:
* enable word wrapping by default in this mode, or
* add an option in the settings to toggle line wrapping behavior.
## 3. Markdown handling and embedded HTML
Some users have already mentioned issues related to HTML tags being embedded inside Markdown documents during editing (for example tables, text alignment, right/left justification, or colors).
I fully understand the intention to keep the application simple and lightweight, and I think this philosophy is very good overall. However, it might still be worth considering an option in settings for a strict Markdown mode.
This could:
* enforce pure Markdown output
* prevent or strip embedded HTML tags
* possibly come with a clear warning that some formatting features would be disabled
This would give users more control, especially those who want portability and clean Markdown files.
## 4. Question / UX concern: folder file count only reflects root-level Markdown files
There is one additional point I would like to raise, which is not strictly a bug or a feature request, but more of a UX question.
In the left navigation panel, each folder is displayed with a number next to its name. From what I understand, this number represents the count of Markdown files located directly at the root of that folder, and it does not include files contained within subfolders.
As a result, a folder that contains only subfolders with many Markdown files inside them will still show a count of zero. This can be misleading when browsing a large structure, since some folders appear empty even though they actually contain a significant number of Markdown files deeper in the hierarchy.
Conversely, there are also cases where a folder shows zero because it genuinely contains no Markdown files, which makes sense. The issue is that the same indicator is used for both cases, even though the underlying situations are quite different.
I understand the idea of giving a quick overview of files at the folder level, and I think it is useful in principle. However, the current behavior creates some ambiguity when navigating complex directory structures. I am not sure what the best solution would be (recursive counting, different indicator, optional behavior, etc.), but I wanted to share this observation as it has been slightly confusing in practice.
## Closing
Once again, thank you for your work on this project. It is a very impressive application with a lot of potential, and I am looking forward to its evolution.
Best regards,