Logseq community plugin: WASM-powered semantic search
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 1-2 天
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- rust, typescript, wasm
调研方向
Start by reading the shared WASM infrastructure in #606, the format parser work in #604, and the @terraphim/autocomplete interface. Use the Logseq Editor, UI, and App APIs as the entry points for the new plugin. Done means the plugin provides the slash-command search, block-level results, page concept panel, and listed settings.
由索引模型根据 Issue 内容生成。
描述
Summary
Logseq plugin providing deterministic semantic search via terraphim's Aho-Corasick automata compiled to WASM. Surfaces terraphim search as a Logseq slash command. Same WASM core as the Obsidian plugin (#606).
Why Logseq Specifically
Terraphim's KG parser already uses Logseq's native synonyms:: property syntax. Every Logseq user who writes synonyms:: in their pages is already creating terraphim-compatible knowledge graph entries without knowing it. This plugin activates that latent value.
Architecture
Same WASM core as #606:
Logseq Plugin (TypeScript)
|
v
@terraphim/autocomplete (WASM)
|
v
terraphim_automata (Rust -> WASM)
|
v
User's Logseq graph (pages/ directory)
Plugin Features
- Slash command
/terraphim-search-- search with synonym expansion - Block-level results: search result links to specific blocks, not just pages
- Page-level concept panel: shows synonyms and related concepts for the current page
- Settings: graph path, rebuild trigger, custom KG directory
Logseq Plugin API
- Logseq plugins are TypeScript/JavaScript
- Published via Logseq Marketplace (GitHub-based)
- API:
logseq.Editor,logseq.UI,logseq.Appfor block operations
Messaging
"Your synonyms:: properties now power real Aho-Corasick search -- not just text matching, but concept-level semantic search compiled into a state machine."
Affected Crates / Packages
- Same WASM core as #606
- New repo or directory:
terraphim-logseq-plugin
Estimated Effort
~1 day (shared WASM core with #606, Logseq-specific UI)
Dependencies
- #604 Obsidian format parser (shared parser code)
- #606 Obsidian plugin (shared WASM infrastructure)
Part of
Epic #603
- 主要语言
- Rust
- 星标
- 62
- 派生
- 5
- 平均合并
- 2 小时 27 分钟
- 30 天内合并 PR
- 1
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
terraphim/terraphim-ai 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
terraphim/terraphim-ai#885 ·
-
难度 4/5 3-5 天 新手友好度 55/100
terraphim/terraphim-ai#871 ·
-
enhancement
难度 5/5 一周以上 新手友好度 25/100
terraphim/terraphim-ai#810 · 2 条评论 ·
-
enhancement
难度 5/5 一周以上 新手友好度 35/100
terraphim/terraphim-ai#729 ·
-
enhancement
难度 5/5 一周以上 新手友好度 35/100
terraphim/terraphim-ai#728 ·
查看 terraphim/terraphim-ai 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
TheLarkInn/aipm#2413 ·
-
documentation
难度 1/5 1 小时以内 新手友好度 90/100
alexgorbatchev/simple-ptt#15 ·
-
tooling
难度 2/5 1-3 小时 新手友好度 75/100
-
todo:ticket
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
taikoxyz/taiko-mono#22168 · 1 条评论 ·