Skip to content

Commit 8d1aac2

Browse files
committed
docs: about new usages
1 parent af9555c commit 8d1aac2

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

src/tidgi-external-attachments/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"stability": "STABILITY_1_EXPERIMENTAL",
77
"plugin-type": "plugin",
88
"author": "LinOnetwo",
9-
"version": "1.5.2"
9+
"version": "1.6.0"
1010
}

src/tidgi-external-attachments/readme-en-GB.tid

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/tidgi-external-attachments/readme-zh-Hans.tid

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ title: $:/plugins/linonetwo/tidgi-external-attachments/readme/zh-Hans
2121
* ✓ 点击确认后:
2222
** 🗂️ 自动移动至 `files` 目录(若开启)
2323
** 📝 创建带 `_canonical_uri` 的引用条目
24+
* ✓ 智能识别 `./files` 目录下文件:
25+
** 🎯 直接引用原位置,不移动文件
26+
** 📋 方便批量导入后用 Tiddler Commander 编辑字段
27+
28+
!!! 🗑️ 删除管理功能
29+
* ✓ 删除条目时自动处理外部文件
30+
* ✓ 一键将关联文件移至回收站
31+
* ✓ 保持文件系统整洁有序
32+
* ✓ 配合 TidGi 自动 Git 备份,提供完整安全保障
2433

2534
!!! ⚙️ 路径管理规则
2635

@@ -46,6 +55,7 @@ title: $:/plugins/linonetwo/tidgi-external-attachments/readme/zh-Hans
4655
* 🕒 文件移动发生在「导入」按钮点击后
4756
* ↩️ 取消操作不会产生残留文件
4857
* 🆕 首次使用自动创建目录结构
58+
* 🗑️ 文件删除发生在条目删除时(若开启)
4959

5060
!! 🔗 扩展应用:外部链接技巧
5161

@@ -74,6 +84,8 @@ title: $:/plugins/linonetwo/tidgi-external-attachments/readme/zh-Hans
7484
| 文件未移动 | ✔️ 检查是否点击"导入"按钮 |
7585
| 网页版加载失败 | ✔️ 确认使用默认`files`目录 |
7686
| 跨设备路径失效 | ✔️ 开启自动移动功能 |
87+
| 删除条目后文件仍存在 | ✔️ 确认已开启"删除时移至回收站" |
88+
| 需要批量导入编辑 | ✔️ 先整理到`files`目录后拖入 |
7789

7890
!! 🌐 跨平台支持
7991

0 commit comments

Comments
 (0)