What is the best way to get a note's full path from ETAPI? #5891
Unanswered
alrhalford
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a telescope.nvim plugin to list notes. When I search for notes using the
GET
/notes
endpoint, the response does not contain paths, making it difficult to construct something like this:root/n0/n1/n2
root/n0/n1
root/n0
All I can do is:
n0
n1
n2
I know that I can recurse through the
parentBranchIds
that get returned, etc, but the number of requests explodes. The search box on the trilium server provides this functionality, but I cannot see it in the ETAPI.Does anybody have any advice?
Beta Was this translation helpful? Give feedback.
All reactions