pvojtechovsky / obsidian-link-with-alias

Obsidian plugin for handy creation of links and alias in front matter of target document
MIT License
33 stars 1 forks source link

[BUG] Cannot create note of link in subfolder #7

Closed pvojtechovsky closed 1 year ago

pvojtechovsky commented 1 year ago

Describe the bug Cannot create note of link in subfolder

To Reproduce Steps to reproduce the behavior:

  1. Configure obsidian: Files & Links / Default location of new notes = Same folder as current file
  2. Create a folder "X"
  3. Create a note "Source note" in folder X
  4. Put there text [[Target note|target]]
  5. Move cursor into link and run command "Create link with alias" bug: The file is created in root folder with the name "XTarget note"

Expected behavior The file is created in folder X with name "Target note"

Additional Information Desktop on MS Windows