Canna71 / obsidian-janitor

Performs various maintenance tasks on the Obsidian vault
Other
96 stars 5 forks source link

Feature Request: Look Inside Code Blocks for Referenced Files #13

Open kscmint opened 1 year ago

kscmint commented 1 year ago

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

Canna71 commented 1 year ago

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.

ileodo commented 9 months ago

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.