Hidden directories

I found this in `config.edn>

 ;; The app will ignore those directories or files.
 ;; E.g. "/archived" "/test.md"
 :hidden [".obsidian", ".git"]

Since I use other editors, I’d like to avoid indexing of the directory named ‘.obsidian’ under the pages directory. Could you help me where can I find the correct syntax of that pattern?

4 Likes

It would be great if the comment in the config.edn file specified what the root is! Is this ‘under’ pages? Or beside logseq, journals etc??

2 Likes