In 0.8.5 you added the ability to autocomplete to default markdown links instead of wiki links. (“Use markdown Links” option in the settings)
The links that are created when using this option work fine for notes that are in the same folder.
But are incorrect (not relative) if the link target is not in the same folder.
Steps to Reproduce
Create a vault with the following structure:
folder1
|- note1
folder2
|- note2
- Trigger the autocompletion in “note1” by typing
[[
- Select “note2” as link target
Actual: The created link is[folder2/note2](note2.md)
Expected: The created link is relative to the target [note2](../folder2/note2.md)