Unexpected behaviour of wiki links

Steps to reproduce

  1. Create a markdown note named “@. linkedNote”
  2. create a markdown note with a wiki link to the file created in step 1:
this is a link to [[@. linked Note]]

result

DEVONthink recognises that there is a link to the markdown file created in step 1 but the wiki link in the file created in step 2 is not formatted as a valid link (blue and underlined). It looks like this (edit and display mode):

expected result

in display mode the wiki link should be a valid link and formatted as one.

Remark

this error does also happen if the linked file is named “@ linked note” but does not happen if the linked file is named “@linked note”.

(DEVONthink 3.7 on Sonoma)

Thank you for the feedback! The optimized Wiki linking of DEVONthink expects a word (no matter whether it consists of characters and/or numbers) at the beginning and end of names, therefore this is not supported.

1 Like

Thanks for the clarification!