Steps to reproduce
Update to 1.9 with nested tags; show the tag pane with nesting on.
Did you follow the troubleshooting guide? [Y/N]
Y
Expected result
Nested tags display without prefix of their parent e.g. #things/stuff
should be rendered as stuff
under a things
parent
Actual result
Full text (including #
) is displayed, i.e. #things/stuff
is rendered as a child of #things
Environment
SYSTEM INFO:
Obsidian version: v1.9.0
Installer version: v1.8.10
Operating system: #1 SMP Tue Nov 5 00:21:55 UTC 2024 5.15.167.4-microsoft-standard-WSL2
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
I don’t see anything about this in release notes, nor is there an option I could find to disable it. Worse, the HTML is such that it’s not possible to fix this with CSS - essentially a plugin would have to replace the tags view entirely in order to restore the old behavior.