@@ -21,6 +21,15 @@ This plugin intelligently manages large files as "external attachments", creatin
2121* ✓ After confirmation:
2222** 🗂️ Auto-moves to `files` directory (if enabled)
2323** 📝 Creates reference tiddler with `_canonical_uri`
24+ * ✓ Intelligently detects files from `./files` directory:
25+ ** 🎯 References in-place without moving
26+ ** 📋 Perfect for batch imports with Tiddler Commander field editing
27+
28+ !!! 🗑️ Deletion Management
29+ * ✓ Automatically handles external files when deleting tiddlers
30+ * ✓ One-click move associated files to trash
31+ * ✓ Keeps file system clean and organized
32+ * ✓ Works with TidGi's automatic Git backups for complete safety
2433
2534!!! ⚙️ Path Management Rules
2635* ◻︎ Default Mode (Recommended):
@@ -45,6 +54,7 @@ This plugin intelligently manages large files as "external attachments", creatin
4554* 🕒 File movement occurs after "Import" click
4655* ↩️ Canceling leaves no residual files
4756* 🆕 Auto-creates directory on first use
57+ * 🗑️ File deletion occurs when tiddler is deleted (if enabled)
4858
4959!! 🔗 Extended Usage: External Links
5060
@@ -73,6 +83,8 @@ This plugin intelligently manages large files as "external attachments", creatin
7383| Files not moving | ✔️ Verify "Import" click |
7484| Web version failure | ✔️ Confirm using `files` |
7585| Cross-device path fail| ✔️ Enable auto-move |
86+ | Files remain after deletion | ✔️ Verify "Move to trash" is enabled |
87+ | Need batch import & edit | ✔️ Organize in `files` directory first |
7688
7789!! 🌐 Cross-Platform Support
7890
0 commit comments