slashes
(->> [:select [nodes:id, nodes:title] :from nodes
:join tags :on (= tags:node-id nodes:id)
:where (= tags:tag "slash")
:order-by nodes:title]
(org-roam-db-query)
(-map (cl-function (lambda ((id title))
(org-link-make-string (concat "id:" id) title)))))