This you find around the 🌐 Internet
🔍 Web search with Google BingDuckDuckGo MarginaliaRedditSpotifyTikTokTootfinderXYandexYoutubeYTM
This you find in the 🏛️ Agora
🗣️ Stoas for [[@neil/querying org roam]]
A Stoa is a public space where people can meet and collaborate.
📖 Document at https://doc.anagora.org/querying org roam
📹 Meeting at https://framatalk.org/querying org roam
📚 Node [[querying org roam]]
↳ 📓 Resource [[@neil/querying org roam]]
📓 garden/neil/querying-org-roam.md by @neil ️🔗 ✍️

Querying org-roam

I’d like something like [[org-ql]] for [[org-roam]].

Ideally I can just use org-ql. My first concern is maybe it won’t work so well on the large number of files you have in an org-roam project.

Guess I should just try it and see.

Tests

    (org-ql-query
    :select 'element-with-markers
    :from '("~/commonplace/gift-economies-build-community.org")
     :where '(and (heading "Epistemic status"))
)

^ this works

(org-ql-query
:select '(org-get-heading t t t t)
:from (org-roam-list-files)
:where '(and (heading "Epistemic status"))
)

^ this is incredibly slow.

org-ql and org-roam related links

Musings

I guess I could lean on backlinks and org-roam’s backlink buffer view…

Loading pushes...

Rendering context...