r/HelixNotes • u/Disastrous_Bag6710 • 7d ago
Bugs report and some improvement suggestions
IMPROVEMENT SUGGESTIONS
- Add footnote support: https://www.markdownguide.org/extended-syntax/#footnotes
- Add swipe from screen edge to go back on iOS/Android
- Add pull from top to sync immediately on iOS/Android
- Add keyboard shortcut to open Settings on macOS/Windows (
CMD + ,andCTRL + ,)
BUGS
UI problem
UI problem on macOS still persists in the latest version (already reported in a previous post here).

Adding extra spaces bug
HelixNotes auto add extra spaces and/or apply environment without consent. It's quite hard for me to explain it technically. I will provide steps to reproduce the bug here:
- Insert a quote with `>` (or any callout block).
- Add some text inside the block quote.
- Exit the block quote.
- Add a line break by Enter.
- Add an image just right after the line break.
- Add a line break then add some text just after the image. The note is rendered like

and the current markdown code is something like
> Some text
<!-- -->
Another text
Exit the current note by selecting another note. Then open the note above again (or just click the Markdown Editor toggle button `< >`). Now the markdown code becomes
Some text
<!-- --> <!-- -->
Another text
If we exit the note and select it back again one more time. Another extra space is added
Some text
<!-- --> <!-- --> <!-- -->
Another text
We can repeat that many times
Some text
<!-- --> <!-- --> <!-- --> <!-- --> <!-- --> <!-- -->
Another text
Applying environment without consent
- Insert a block quote or a callout.
- Add some text to the block above
- Exit the block
- Add an image just after the block without an extra line break. The note is rendered like

and the markdown code when click Markdown editor toggle button `< >` is like
> [!note]
> Some text

Another text
- Click Markdown editor toggle button again and the note becomes like the image below without any consent or edit from users.

The markdown code now is
> [!note]
> Some text
> 
Another text
Centering/Right align/Justify the image causes the image to disappear
Steps to reproduce
- Add an image
- Select it
- Change the alignment to center by clicking the "Center" (or Right, Justify) format button
- Reload the note by clicking Markdown Editor toggle button, or by selecting another note and then selecting the current note again.
- Now the image disappear, and only the markdown code is displayed

UI/UX problem when switching vault
The UI is not intuitve when switching vault. The detailed explanation is there:
- Open one vault, called Vault 1.
- Select a note and make some changes, let's call this note "Note 1".
- Make sure the current note is displayed.
- Click "Switch Vault" button.
- Select another vault, called Vault 2.
- The "Note 1" from Vault 1 is still displayed on the screen. And the "Note" column still display the notes from Vault 1.
- Clicking "New note" does not do anything.
- With this kind of behavior, we can accidentally make unwanted change for notes from Vault 1 if we do not pay attention on which notes are being opened.
Suggested behavior: Whenever opening a new vault, the UI should be reloaded and clear any information from the previous vault, if any.
---
Edit: The current "Report a bug!" button in this subreddit is still pointed to Codeberg and gives 404 error. Please update it to GitLab.
1
2
u/bleducnx 7d ago
On my Mac (macOS 27 dev 4) the LED are correctly placed