Editor parse the hash of internal link containing colons as emoji

Steps to reproduce

Type in ![[bunny1h.mp4#t=01:06:54.545]] in source mode

Expected result

the whole internal link including hash should be parsed as one string, like what it does with image embed syntax

Actual result

The part with leading and ending colon (:06:) is parsed as emoji in editor, therefore the link is broken into three parts:

  • bunny1h.mp4#t=01(can open file with mod+click, but timestamp is broken)
  • :06: (broken)
  • 54.545 (broken)

Environment

  • Operating system: macOS 11.3 (20E232)
  • Obsidian version: 0.12.4
1 Like

Will be fixed in the next release.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.