Canna71 / obsidian-janitor

Performs various maintenance tasks on the Obsidian vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Look Inside Code Blocks for Referenced Files

kscmint opened this issue · comments

I use the plug in Obsidian Columns which allows for multiple columns of markdown in a note. When I run Janitor, it views any document/image links in the column code block as orphaned.

It would be great if Janitor could validate those files as well.

Thanks

I will have a look at that plugin, since I don't know it.In the meantime do you know if links in those columns are indexed by Obsidian? For example, are they visible as backlinks in other notes?
Janitor is using the index that Obsidian itself keeps otherwise it would take ages to parse every file every time.

I am encountering the same problem. I'm using https://github.com/vertis/obsidian-image-layouts plugin, which is putting links to images inside a code block. (the note itself doesn't show as backlinks in the image)

I would suggest have an option to parse every file with annotating the performance implication.