6 Commits

Author SHA1 Message Date
wangdl
dc630ba030 feat: Document Runtime 核心增强 - anchors、文档解析、搜索
- anchors: 锚点处理增强
- document: 文档核心逻辑
- epub/markdown/pdf: 多格式解析增强
- search: 全文搜索增强
- FFI: 接口绑定更新 + UDL 定义

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-18 11:22:44 +08:00
wangdl
a81a9d7e1f fix: add reload_stale_events_v2 FFI export + update UDL with V2 types + XCFramework rebuild
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-09 19:58:07 +08:00
wangdl
0bca088933 fix: #48 markdown.rs 处理 FrontMatter 和 FootnoteDefinition 节点
FrontMatter → CodeBlock(language=yaml)
FootnoteDefinition → Paragraph

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 12:56:45 +08:00
wangdl
65c9ab8a50 fix: #47 移除所有调试 eprintln! 日志
清理 FFI 调试期间在 lib.rs 和 markdown.rs 中添加的 16 行 eprintln!
调试日志,spam iOS 控制台。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 12:40:48 +08:00
wangdl
c390718c15 feat: Markdown parsing with comrak - GFM tables, strikethrough, tasklist, all 11 block types 2026-05-30 20:50:54 +08:00
wangdl
e76f253260 chore: init Rust workspace skeleton with crate structure 2026-05-30 18:33:50 +08:00