pinakes-ui: add graph view, backlinks panel, and link extraction
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibf40b009f5d18d16fc115b349b1f681d6a6a6964
This commit is contained in:
parent
0f9c1383a9
commit
3e1e8dea26
5 changed files with 103 additions and 43 deletions
|
|
@ -17,8 +17,9 @@ reqwest = { workspace = true }
|
|||
dioxus = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
rfd = "0.17"
|
||||
rfd = { workspace = true}
|
||||
pulldown-cmark = { workspace = true }
|
||||
gray_matter = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
ammonia = "4"
|
||||
ammonia = { workspace = true}
|
||||
dioxus-free-icons = {workspace = true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue