The HelixNotes documentation explicitly states:
Images are copied into .helixnotes/attachments/ inside your vault and referenced with relative paths.
However, when interacting with or editing markdown files containing relative links (../.helixnotes/attachments/ or .helixnotes/attachments/), the WYSIWYG editor engine automatically converts and saves these links as hard-coded absolute filesystem paths (e.g., ).
This breaks vault portability across different machines, operating systems, and syncing clients (like Syncthing).
Steps to Reproduce:
- Create a markdown note inside a subnotebook folder (e.g.,
Notebook/Note.md).
- Add an image link using standard relative syntax pointing back to the root attachment folder:

- Open the note inside the HelixNotes WYSIWYG editor.
- Make a small edit or allow the note to trigger an auto-save.
- Open the raw
.md file in an external text editor (Source Mode) or via your OS file manager.
Expected Behavior:
The markdown link should remain relative (../.helixnotes/attachments/...) to keep the vault portable across different systems.
Actual Behavior:
HelixNotes modifies the link in the raw text file to match the hard-coded absolute path of the local machine:
Environment:
- OS: Windows
- HelixNotes Version: v1.3.3
see attached images:
image
image
The HelixNotes documentation explicitly states:
> Images are copied into .helixnotes/attachments/ inside your vault and referenced with relative paths.
However, when interacting with or editing markdown files containing relative links (`../.helixnotes/attachments/` or `.helixnotes/attachments/`), the WYSIWYG editor engine automatically converts and saves these links as hard-coded absolute filesystem paths (e.g., ``).
This breaks vault portability across different machines, operating systems, and syncing clients (like Syncthing).
## Steps to Reproduce:
1. Create a markdown note inside a subnotebook folder (e.g., `Notebook/Note.md`).
2. Add an image link using standard relative syntax pointing back to the root attachment folder:``
3. Open the note inside the HelixNotes WYSIWYG editor.
4. Make a small edit or allow the note to trigger an auto-save.
5. Open the raw `.md` file in an external text editor (Source Mode) or via your OS file manager.
## Expected Behavior:
The markdown link should remain relative (`../.helixnotes/attachments/...`) to keep the vault portable across different systems.
## Actual Behavior:
HelixNotes modifies the link in the raw text file to match the hard-coded absolute path of the local machine:``
## Environment:
- OS: Windows
- HelixNotes Version: v1.3.3
see attached images:

