![](<demo image.png>) syntax can't rename file

Steps to reproduce

Suppose there is a file, which contains space in it’s file name: demo image.png

The first standard way to insert a file who’s name has space could be:

![Image](assets/demo%20%image.png)

In this condition, with the right click, we can rename it directly:

The second way to insert it is more intuitive:

![Image](<assets/demo image.png>)

Obsidian can correctly preview it, but, with the right click, the renaming function disappeared:

Environment

  • Operating system: Windows 10
  • Obsidian version: 0.12.4

Additional information

1 Like

A post was merged into an existing topic: Support Internal links with standard markdown angle bracket syntax