dsh-tiddlywiki 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -120,7 +120,7 @@ dsh plugin --profile web add link:C:\Users\bbq\.dsh\plugins\dsh-tiddlywiki
120
120
  ### 人(GUI)
121
121
 
122
122
  - 侧边栏「TiddlyWiki」按钮开关中央编辑器面板。
123
- - 右下角「快速笔记」悬浮控件:写草稿/随手记,**Markdown 语法高亮**(打字即高亮标题/代码/粗斜体/链接等),支持**文件上传**(点「📎 上传」或直接把文件拖进编辑器——文件存到 wiki 的 `files/` 文件夹并随 git 同步,图片插入 `![名](/files/名)`、其它文件插入 `[名](/files/名)`,在 TW 里可直接打开),Ctrl+Enter 保存为独立 tiddler
123
+ - 右下角「快速笔记」悬浮控件:写草稿/随手记,**Markdown 语法高亮**(打字即高亮标题/代码/粗斜体/链接等),支持**文件上传**(点「📎 上传」或直接把文件拖进编辑器——文件存到 wiki 的 `files/` 文件夹并随 git 同步,图片插入 `![名](/files/名)`、其它文件插入 `[名](/files/名)`,在 TW 里可直接打开),Ctrl+Enter 保存为独立 tiddler;笔记的 `type` **自动设为 `text/markdown`**,所以上传的图片/链接在 TW 里按 Markdown 正常渲染(而不是显示原始 `![..]` 文本),「在 TW 中编辑」保存后也保持该类型;
124
124
  或点「**✏️ 在 TW 中编辑**」——保存后**弹出独立小窗**(可拖动/缩放)加载 TiddlyWiki **原生编辑器**编辑该条。
125
125
  - 右下角「**同步**」悬浮按钮:点一下对 wiki 仓库做 **pull → commit → push**,按钮上的状态点实时反映 git 状态(🟢 已同步 / 🟡 有未提交改动 / 🔴 落后于远端 / ⚪ 离线),悬停可看分支/领先/落后/上次同步时间;每 30s 自动刷新。
126
126
  若这次 pull 实际拉到了新内容,**TW 服务会自动重启(同端口)**,保证界面显示的是最新快照而不是旧缓存(无需手动去面板点「重启 TW」)。