tags:: Category
-
[[oidc.md]]
-
All Software Pages
- query-table:: false id:: 63d54a65-c36c-4470-a04f-d023ae42ad7d #+BEGIN_QUERY {:title “All pages have a Software tag” :query [:find ?name :in $ ?tag :where [?t :block/name ?tag] [?p :block/tags ?t] [?p :block/name ?name]] :inputs [“software”] :view (fn [result] [:div.flex.flex-col (for [page result] [:a {:href (str ”#/page/” page)} (clojure.string/capitalize page)])])} #+END_QUERY
- id:: 63d6a2e3-c044-4a6c-b605-a9d8954f546f #+BEGIN_QUERY {:query [:find ?name :in $ ?tag :where [?t :block/name ?tag] [?p :block/tags ?t] [?p :block/name ?name]] :inputs [“software”] :view (fn [result] [:div.flex.flex-col (for [page (sort result)] [:a {:href (str ”#/page/” page)} (clojure.string/capitalize page)])])} #+END_QUERY
-
#+BEGIN_QUERY {:title [:h2 “Categories”] :query [:find (pull ?b [*]) :where (property ?b :category “Software”) ] } #+END_QUERY