Tags

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)))))

Author: Nicholas Coltharp

Created: 2026-06-05 Fri 09:40

Validate