akosbalasko / zoottelkeeper-obsidian-plugin

Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
182 stars 11 forks source link

Excluded folders still featured as dangling links, No .canvas support as folder notes #96

Open HaipaDev opened 6 months ago

HaipaDev commented 6 months ago

Hey, great plugin with a lot of places that could use some polish, I hope the pr's and issues can be addressed soon ^^ The issue I seem to be experiencing is dangling links for folder notes getting created even if they are excluded from getting indexed Which causes for example my _assets folder to have a unnecessary connection to the root image image2

Ive also tried adding exclude for folders without an "_" at the start and creating such folders image3 So it seems that the folders with an underscore get added with a "- " at the start instead. And it has nothing to it being ordered as a list, the same happens with regular wikilinks

(I have a lot of other plugins besides Zoottelkeeper, and Ive just moved from the Folder Notes recommended by zoottelkeeper to https://obsidian.md/plugins?id=folder-notes (btw thats an immensely better plugin). And regarding i there is no .canvas support being folder notes so it also creates incorrect .md links to folders that have a .canvas folder note, I know theres a bit more to do with that because theres a lot of hardcoded ".md" references obv Overall more configuration would be useful, like maybe besides ignoring folders overall - ignore linking to the folder note)

Also, I know I should make this into a separate issue but the tags are completely broken, by default square brackets cause formatting issue that will make the Properties tab show a highlighted error and not format itself into a dropdown menu, changing it to anything else can cause multiples of a tag, and also appearance of a "-" tag (but tags are supposed to work separated like /n - #tag right? )

Id try myself to look through the plugin, but I dont have much JS experience and its 5000 lines long lol If I find anything Ill issue a pr

HaipaDev commented 6 months ago

EDIT: I have just realized that Wikilinks have the limitation of not allowing "_" at the start of the file and I guess Obsidian turns that into "- " but in reading mode it displays correctly and is working, so ignore that part, but everything else stays relevant so far