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

Bug: Markdown links exported by Notesnook are not interpreted correctly #146

Closed
opened 2026年06月19日 16:09:39 +02:00 by mdalves · 2 comments

I exported my notes from Notesnook in Markdown format and imported them into HelixNotes.

  • Notebook structure was imported correctly.
  • Notes are organized as expected.
  • The attachments folder appears correctly in the sidebar.
  • Some attachments and PDFs open without issues.

However, many attachment links are not recognized by HelixNotes.

Example of a link that works:

./../../attachments/4423d590a6f02c6b-The%20Johnny.Decimal%20Workbook%20(fifth%20edition)%20(1).pdf

Example of a link that does not work:

[MA_1.1_Projeto Layout.pdf](<./../../attachments/b9edab8f295cce53-MA_1.1_Projeto%20Layout.pdf>%20"MA_1.1_Projeto%20Layout.pdf"))

I manually changed the second example to:

[MA_1.1_Projeto Layout.pdf](./../../attachments/b9edab8f295cce53-MA_1.1_Projeto%20Layout.pdf)

and the link immediately started working.

The same unmodified Notesnook export was imported into Obsidian and all links worked correctly without any manual changes.

This suggests that HelixNotes may not currently support Markdown links containing:

angle brackets around the URL (<...>)

optional link titles ("...")

or a combination of both

Since these are valid Markdown/CommonMark constructs, could this be a parser compatibility issue?

I exported my notes from Notesnook in Markdown format and imported them into HelixNotes. - Notebook structure was imported correctly. - Notes are organized as expected. - The attachments folder appears correctly in the sidebar. - Some attachments and PDFs open without issues. **However**, many attachment links **are not recognized by HelixNotes**. Example of a link that works: ./../../attachments/4423d590a6f02c6b-The%20Johnny.Decimal%20Workbook%20(fifth%20edition)%20(1).pdf Example of a link that does not work: [MA_1.1_Projeto Layout.pdf](<./../../attachments/b9edab8f295cce53-MA_1.1_Projeto%20Layout.pdf>%20"MA_1.1_Projeto%20Layout.pdf")) I manually changed the second example to: `[MA_1.1_Projeto Layout.pdf](./../../attachments/b9edab8f295cce53-MA_1.1_Projeto%20Layout.pdf)` and the link immediately started working. The same unmodified Notesnook export was imported into Obsidian and all links worked correctly without any manual changes. This suggests that HelixNotes may not currently support Markdown links containing: angle brackets around the URL (<...>) optional link titles ("...") or a combination of both Since these are valid Markdown/CommonMark constructs, could this be a parser compatibility issue?
mdalves changed title from (削除) Markdown links exported by Notesnook are not interpreted correctly (削除ここまで) to Bug: Markdown links exported by Notesnook are not interpreted correctly 2026年06月19日 16:11:07 +02:00

Hello,

This should be fixed in the new v1.3.2 release. Closing this issue.

Hello, This should be fixed in the new v1.3.2 release. Closing this issue.
Author
Copy link

Thank you!

Thank you!
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
2 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#146
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?