Lost Paul
Lost Paul
Should be fixed now
Looks good to me, can you reproduce it in a sandbox vault? What's the theme you're using and Obsidian version?  
> @LostPaul Hmm, that's odd. > > > > The theme I was using in my screenshot was Minimal, but I can repro it using the default theme as well....
Alright and it still happens when disable all other plugins and restart Obsidian?
Can you try out the latest beta to see if everything works alright there? I've removed the css code completely that modified the folders and instead solely used code without...
For the context menu you could use https://github.com/mara-li/obsidian-context-menu-hider and for the command palette https://github.com/RyotaUshio/obsidian-command-block-list
> I tried this way today. But `.cm-hmd-frontmatter` is a class of the element which is a child of the element `.cm-line`, so `:has` doesn't work for `.cm-hmd-frontmatter`. Can you...
It will be added with the next update
I've asked chatgpt for a python script that does that and I've tried it already and it works. ```py import os import shutil def copy_md_structure(src_dir, dst_dir, ignore_folders=None): """ Replicates the...
I don't have a vault with that many files so that would great if you could do that.