akosbalasko / akosbalasko/zoottelkeeper-obsidian-plugin

Subdirectories are not being indexed, cannot figure out why...

Aperta
#79 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
231
Fork
17
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hello,
These "_resources*" subdirectory indices are not being created, and I don't know why.
![2022-08-28 14 47 26 CleanShot Obsidian](https://user-images.githubusercontent.com/4825448/187095842-3762b10c-8060-4ee5-9970-c336f2dfdeb7.png)
I would expect to see index files for each "_resources" folder in the index file for the "assets/" directory

Restarting Obsidian does not fix the issue. Deleting the faulty (?) index file "assets/_Index_of_assets" file does not fix the issue; it gets recreated with the broken links just as above.

It's not the underscore in the name, as this works fine, in that I see index files for each "_resources" folder in the index file for the "testing/" parent directory:
2022-08-28 15 01 19 CleanShot Obsidian

I do not have them set to be ignored in the zoottelkeeper prefs.
```bash
{
"indexPrefix": "_Index_of_",
"indexItemStyle": "list",
"indexTagValue": "MOC",
"indexTagBoolean": true,
"indexTagSeparator": ", ",
"indexTagLabel": "tags",
"cleanPathBoolean": true,
"folderEmoji": ":card_index_dividers:",
"fileEmoji": ":page_facing_up:",
"enableEmojis": false,
"foldersExcluded": "Inbox/*\nTemplates/",
"foldersIncluded": "",
"sortOrder": "asc",
"addSquareBrackets": true,
"embedSubIndex": false,
"templateFile": "",
"frontMatterSeparator": "---"
}
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.