ThinkWiki v1.3.0
ThinkWiki v1.3.0
v1.3.0 是采集闭环版。这个版本让用户不只是把内容导入 wiki,而是先通过 clip 采集到 inbox,再用可直接打开的 HTML 页面完成复核和下一步入库。
Added
- Added a new
clipcommand andinboxstorage flow so webpages, pasted text, and local files can be collected first and ingested into the wiki later. - Added an
output/inbox/index.htmlreview page so users can browse pending inbox items and copy the nextingestcommand without leaving the browser.
Changed
- Updated
output/index.htmlso the workspace home now shows anInbox Queue, inbox counts, clip-driven next actions, and a direct entry to the inbox review page. - Updated
clipso it backfills missingraw/inboxandnormalized/inboxdirectories for older wikis, regeneratesoutput/inbox/index.html, and refreshes the output home after each capture.
Highlights
- 新增
python scripts/thinkwiki clip作为统一采集入口 - 新增
python scripts/thinkwiki inbox生成待处理采集内容复核页 output/index.html现在把 Inbox Queue 纳入知识工作台首页- demo wiki 和回归测试已同步升级,12 项测试全部通过