Search for tags with icons/emoticons out of frontmatter/yaml does not work

Steps to reproduce

  • Create a new page
  • Add via YAML a tag, like:
    • tags: [:date:/2022/04/15]
  • Activate the “Reading view”.
  • Press the tag to prefill the search text-field.

Expected result

“tag:#:date:/2022/04/15” is copied into the seach-textfield

Actual result

“tag:#/2022/04/15” is copied into the search-textfield

Environment

  • Debug info:
    SYSTEM INFO:
    Obsidian version: v0.14.2
    Installer version: v0.13.31
    Operating system: Windows 10 Enterprise 10.0.19044
    Login status: logged in
    Catalyst license: none
    Insider build toggle: off
    Live preview: on
    Legacy editor: off
    Base theme: light
    Community theme: none
    Snippets enabled: 2
    Safe mode: off
    Plugins installed: 17
    Plugins enabled: 17

Additional information

image

1 Like

Works in the help vault (no plugins or themes) to copy the icon to the search field, but the tag itself is read as a series of nested tags because forward slashes are used for nesting:

Angel

1 Like

Hmm ok thanks, I especially tried to disable all my plugins, but I think I forgot to restart Obsidian. I will try to find which plugin could be responsible. Thank you!

If I disable the “Twitter emoji” flag from the “Emoji Toolbar” it seems to work everything as expected.
@Angel Thank you again for the hint.

2 Likes

Pleasure.

Angel

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