zoottelkeeper-obsidian-plugin icon indicating copy to clipboard operation
zoottelkeeper-obsidian-plugin copied to clipboard

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

Open wealthychef1 opened this issue 1 year ago • 3 comments

Hello, These "_resources*" subdirectory indices are not being created, and I don't know why. 2022-08-28 14 47 26 CleanShot Obsidian 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.

{
  "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": "---"
}

wealthychef1 avatar Aug 28 '22 22:08 wealthychef1

Yeah I'm having the same issue

Wemmy0 avatar Nov 09 '22 18:11 Wemmy0

Unfortunately I am also having that issue.

lupus-s avatar Nov 18 '22 15:11 lupus-s

I got subdirectories to work by using /*/ wildcards.

davidszp avatar Jan 29 '23 11:01 davidszp