Enable use/access to hidden files and folders starting with a dot /dotfiles/.dotfolders within Obsidian

/* hide path's with __before and ending with__ */
.nav-folder-title[data-path^="__"][data-path$="__"] {
  display: none;
}

This one works better :nerd_face:

2 Likes