I’m new to this community, as I have decided to actively use Obsidian three weeks ago, after finding out about all the updates of the last months.
I find some kind of “filedate: created / last modified” infobox when hovering the file names in the explorer, see screenshot. Is there any way to de/activate this feature? I have gone through my settings, but have not found a way to configure this.
It’s just a little thingie, sorry for asking, but haven’t found any help on this anywhere else.
if Hider Plugin or .tooltip { display: none; } is pushing the hiding too much (since it hides all tooltips), u can at least limit the hide on the sidebar icon region and file explorer region by using the following snippet
.tooltip.mod-right { display: none; }
it will hide all tooltip that shows tooltip to the right of the object.