[v0.6.1] When typing a link, only the first will show the list of notes

Steps to reproduce

  1. Insert a link into the note by typing [[ and then completing it. Make sure to use | to make it display some other text.
  2. Type [[ again on the same line (without pressing <Enter>).

Expected result

  1. There should be a list of notes shown to select from to insert a new link.

Actual result

  1. There is no list shown. Nothing happens after typing [[ after the first instance on a given line, apart from the brackets being auto-completed to [[]].

Environment

  • Operating system: Windows 10
  • Obsidian version: v0.6.1
  • Using custom CSS: No

Additional information

  1. This problem only happens when trying to have multiple links on the same line (i.e. no newlines between links) and if there is a | used.
  2. If a line already has such a link, the dropdown will appear if you type [[ before the link, but not after (as described).

Video: https://cdn.discordapp.com/attachments/709712341066842113/713748899046883438/Obsidian_v0.6.1_-_zettelkasten-obsidian_2020-05-23_21-41-49.mp4

Steps to reproduce

  1. Create a link with a pipe, e.g. ‘[[link|text]]’
  2. Type ‘[[’ after the link, e.g. ‘[[link|text]] [[’

Expected result

Auto-completion for links is triggered

Actual result

Auto-completion is not triggered

Environment

  • Operating system: Ubuntu 20.04
  • Obsidian version: 0.6.1
  • Using custom CSS: No

Additional information

Can repro, will fix in the next release.

1 Like

Looks fixed. Please reply if you still have the problem.