Attachments: manual 'Find orphaned attachments' tool in the Info panel - scans all notes incl. trash, previews unreferenced files with sizes, moves to vault trash (recoverable); conservative raw+decoded matching, re-verified before moving, with a loading spinner (#52)

This commit is contained in:
Yuri Karamian
2026-06-11 23:16:59 +02:00
parent b501d2bd5c
commit 15c6e6388a
4 changed files with 232 additions and 1 deletions
+2
View File
@@ -148,6 +148,8 @@ pub fn run() {
commands::remove_quick_access,
commands::reorder_quick_access,
commands::get_vault_stats,
commands::find_orphaned_attachments,
commands::trash_orphaned_attachments,
commands::import_obsidian,
commands::open_file,
commands::open_url,