Logseq community plugin: WASM-powered semantic search
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- rust, typescript, wasm
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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
- Lingua principale
- Rust
- Stelle
- 62
- Fork
- 5
- Merge medio
- 2h 27m
- PR unite (30g)
- 1
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di terraphim/terraphim-ai
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
terraphim/terraphim-ai#885 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 55/100
terraphim/terraphim-ai#871 ·
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
terraphim/terraphim-ai#810 · 2 commenti ·
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
terraphim/terraphim-ai#729 ·
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
terraphim/terraphim-ai#728 ·
Tutte le issue di terraphim/terraphim-ai
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
issue
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
agentic-workflows
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
web-infra-dev/rspack#15847 ·