Canna71 / obsidian-janitor

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

Excalidraw orphans #1

Open apotenza92 opened 2 years ago

apotenza92 commented 2 years ago

Hi, would be amazing if this plugin worked with excalidraw files from that plugin also! I end up with orphaned excalidraw drawings accruing over time as I add drawings to other files. Thoughts?

Canna71 commented 2 years ago

Basically the plugin should treat some notes as "attachments", for example based on frontmatter, or tags. To treat excalidraw markdowns as "attachments" it could check for excalidraw-plugin attribute or the excalidraw tag. Makes sense?

Canna71 commented 1 year ago

Could you maybe exlude excalidraw files using a filter in the excluded files regular expression .*\.excalidraw ?